-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinteresting_api.py
More file actions
executable file
·550 lines (549 loc) · 25.7 KB
/
interesting_api.py
File metadata and controls
executable file
·550 lines (549 loc) · 25.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
#!/usr/bin/python
interesting_api = [ #pscout
"Landroid/app/ActivityManager;killBackgroundProcesses",
"Landroid/location/LocationManager;getProvider",
"Landroid/media/AudioManager;isWiredHeadsetOn",
"Landroid/app/KeyguardManager$KeyguardLock;reenableKeyguard",
"Landroid/speech/SpeechRecognizer;startListening",
"Landroid/app/DownloadManager;enqueue",
"Landroid/widget/VideoView;setVideoURI",
"Landroid/media/Ringtone;setStreamType",
"Landroid/location/LocationManager;setTestProviderLocation",
"Landroid/nfc/NfcAdapter;enableForegroundDispatch",
"Landroid/provider/Browser;getAllBookmarks",
"Landroid/location/LocationManager;clearTestProviderStatus",
"Ljava/net/URL;openConnection",
"Landroid/app/WallpaperManager;setBitmap",
"Landroid/bluetooth/BluetoothAdapter;getScanMode",
"Landroid/bluetooth/BluetoothAdapter;isEnabled",
"Landroid/media/AsyncPlayer;stop",
"Landroid/telephony/gsm/SmsManager;sendMultipartTextMessage",
"Landroid/widget/QuickContactBadge;assignContactFromPhone",
"Landroid/net/wifi/WifiManager;enableNetwork",
"Landroid/bluetooth/BluetoothDevice;getBondState",
"Landroid/location/LocationManager;isProviderEnabled",
"Landroid/content/Context;sendStickyBroadcast",
"Landroid/bluetooth/BluetoothAdapter;disable",
"Landroid/app/WallpaperManager;suggestDesiredDimensions",
"Landroid/provider/Settings$System;putString",
"Landroid/net/wifi/WifiManager;removeNetwork",
"Ljava/net/ServerSocket;bind",
"Landroid/telephony/TelephonyManager;getDeviceSoftwareVersion",
"Landroid/content/ContentResolver;setMasterSyncAutomatically",
"Landroid/net/wifi/WifiManager;saveConfiguration",
"Landroid/telephony/TelephonyManager;getSubscriberId",
"Landroid/media/MediaRecorder;setAudioSource",
"Landroid/telephony/TelephonyManager;listen",
"Ljava/net/URL;getContent",
"Landroid/accounts/AccountManager;getAccountsByType",
"Landroid/telephony/gsm/SmsManager;sendTextMessage",
"Landroid/net/ConnectivityManager;getActiveNetworkInfo",
"Landroid/media/AudioManager;setBluetoothScoOn",
"Landroid/net/ConnectivityManager;stopUsingNetworkFeature",
"Landroid/accounts/AccountManager;removeAccount",
"Landroid/net/wifi/WifiManager;getWifiState",
"Landroid/telephony/gsm/SmsManager;sendDataMessage",
"Landroid/media/AudioManager;setSpeakerphoneOn",
"Landroid/net/ConnectivityManager;requestRouteToHost",
"Landroid/location/LocationManager;addNmeaListener",
"Landroid/telephony/TelephonyManager;getVoiceMailNumber",
"Landroid/bluetooth/BluetoothAdapter;isDiscovering",
"Landroid/bluetooth/BluetoothAdapter;getState",
"Landroid/app/NotificationManager;notify",
"Landroid/provider/Browser;clearHistory",
"Landroid/app/KeyguardManager$KeyguardLock;disableKeyguard",
"Landroid/location/LocationManager;clearTestProviderEnabled",
"Landroid/bluetooth/BluetoothAdapter;cancelDiscovery",
"Landroid/media/AsyncPlayer;play",
"Landroid/provider/Contacts$Settings;getSetting",
"Landroid/net/wifi/WifiManager;setWifiEnabled",
"Landroid/location/LocationManager;getProviders",
"Landroid/os/PowerManager$WakeLock;release",
"Landroid/location/LocationManager;getLastKnownLocation",
"Landroid/widget/VideoView;pause",
"Landroid/media/RingtoneManager;getRingtone",
"Landroid/app/WallpaperManager;setStream",
"Landroid/content/Context;setWallpaper",
"Landroid/telephony/TelephonyManager;getLine1Number",
"Landroid/net/ConnectivityManager;setNetworkPreference",
"Landroid/net/wifi/WifiManager$WifiLock;acquire",
"Landroid/provider/Browser;canClearHistory",
"Landroid/telephony/TelephonyManager;getNeighboringCellInfo",
"Landroid/app/ActivityManager;getRunningTasks",
"Ljava/net/URLConnection;getInputStream",
"Landroid/os/Vibrator;vibrate",
"Landroid/media/MediaPlayer;setWakeMode",
"Landroid/app/WallpaperManager;clear",
"Landroid/media/MediaPlayer;start",
"Landroid/app/ActivityManager;getRecentTasks",
"Landroid/app/ActivityManager;restartPackage",
"Landroid/content/Context;removeStickyBroadcast",
"Landroid/provider/Contacts$People;addToMyContactsGroup",
"Landroid/provider/Browser;clearSearches",
"Landroid/media/MediaRecorder;setVideoSource",
"Landroid/provider/Settings$System;getUriFor",
"Landroid/media/AudioManager;setMode",
"Landroid/telephony/TelephonyManager;getSimSerialNumber",
"Landroid/net/wifi/WifiManager$WifiLock;release",
"Landroid/speech/SpeechRecognizer;setRecognitionListener",
"Landroid/net/wifi/WifiManager;pingSupplicant",
"Landroid/net/wifi/WifiManager;getScanResults",
"Landroid/hardware/Camera;open",
"Landroid/provider/Browser;getAllVisitedUrls",
"Landroid/location/LocationManager;setTestProviderEnabled",
"Landroid/bluetooth/BluetoothAdapter;enable",
"Landroid/net/wifi/WifiManager;disableNetwork",
"Landroid/net/wifi/WifiManager;getDhcpInfo",
"Landroid/telephony/SmsManager;sendMultipartTextMessage",
"Ljava/net/URL;openStream",
"Landroid/widget/VideoView;stopPlayback",
"Landroid/media/AudioManager;isBluetoothA2dpOn",
"Landroid/accounts/AccountManager;getAccounts",
"Landroid/telephony/SmsManager;sendDataMessage",
"Landroid/bluetooth/BluetoothAdapter;listenUsingRfcommWithServiceRecord",
"Landroid/location/LocationManager;getBestProvider",
"Landroid/os/Vibrator;cancel",
"Landroid/net/wifi/WifiManager;isWifiEnabled",
"Landroid/location/LocationManager;requestLocationUpdates",
"Landroid/net/ConnectivityManager;getNetworkInfo",
"Landroid/media/MediaPlayer;release",
"Landroid/net/wifi/WifiManager;reconnect",
"Landroid/provider/Contacts$People;createPersonInMyContactsGroup",
"Landroid/media/MediaPlayer;reset",
"Landroid/net/wifi/WifiManager;updateNetwork",
"Landroid/net/wifi/WifiManager;disconnect",
"Landroid/nfc/NfcAdapter;disableForegroundDispatch",
"Landroid/media/RingtoneManager;setActualDefaultRingtoneUri",
"Landroid/bluetooth/BluetoothAdapter;getAddress",
"Landroid/provider/Contacts$People;queryGroups",
"Landroid/widget/VideoView;start",
"Landroid/media/MediaPlayer;pause",
"Landroid/location/LocationManager;addProximityAlert",
"Ljava/net/URLConnection;connect",
"Landroid/widget/VideoView;resume",
"Landroid/net/ConnectivityManager;startUsingNetworkFeature",
"Landroid/location/LocationManager;sendExtraCommand",
"Landroid/bluetooth/BluetoothAdapter;getBondedDevices",
"Landroid/location/LocationManager;clearTestProviderLocation",
"Landroid/media/Ringtone;play",
"Landroid/telephony/TelephonyManager;getCellLocation",
"Landroid/bluetooth/BluetoothDevice;getBluetoothClass",
"Landroid/net/wifi/WifiManager;reassociate",
"Landroid/accounts/AccountManager;clearPassword",
"Landroid/bluetooth/BluetoothDevice;createRfcommSocketToServiceRecord",
"Landroid/telephony/TelephonyManager;getDeviceId",
"Landroid/net/ConnectivityManager;getAllNetworkInfo",
"Landroid/provider/Settings$System;putInt",
"Landroid/bluetooth/BluetoothAdapter;getName",
"Landroid/provider/Browser;deleteFromHistory",
"Landroid/bluetooth/BluetoothSocket;connect",
"Landroid/media/Ringtone;stop",
"Landroid/provider/Settings$Secure;getUriFor",
"Landroid/os/PowerManager$WakeLock;acquire",
"Landroid/net/wifi/WifiManager;startScan",
"Landroid/media/MediaPlayer;stop",
"Landroid/media/AudioManager;setMicrophoneMute",
"Landroid/location/LocationManager;addTestProvider",
"Landroid/telephony/TelephonyManager;getVoiceMailAlphaTag",
"Landroid/inputmethodservice/KeyboardView;onLongPress",
"Landroid/provider/Settings$Secure;putString",
"Landroid/bluetooth/BluetoothDevice;getName",
"Landroid/location/LocationManager;addGpsStatusListener",
"Landroid/content/ContentResolver;getSyncAutomatically",
"Landroid/net/wifi/WifiManager;addNetwork",
"Landroid/inputmethodservice/KeyboardView;setKeyboard",
"Landroid/net/wifi/WifiManager;getConnectionInfo",
"Landroid/net/wifi/WifiManager;getConfiguredNetworks",
"Landroid/widget/VideoView;setVideoPath",
"Landroid/inputmethodservice/KeyboardView;onTouchEvent",
"Landroid/app/KeyguardManager;exitKeyguardSecurely",
"Landroid/app/WallpaperManager;setResource",
"Landroid/bluetooth/BluetoothAdapter;startDiscovery",
"Landroid/telephony/SmsManager;sendTextMessage"
]
interesting_api_20 = [ #at least 20 api per app
"Ljava/lang/StringBuilder;append",
"Ljava/lang/StringBuilder;toString",
"Landroid/app/Activity;onCreate",
"Ljava/lang/String;equals",
"Ljava/lang/String;valueOf",
"Landroid/net/Uri;parse",
"Ljava/lang/String;substring",
"Ljava/lang/String;length",
"Ljava/lang/Integer;parseInt",
"Ljava/util/List;add",
"Ljava/lang/Thread;start",
"Ljava/util/Iterator;next",
"Ljava/util/Iterator;hasNext",
"Ljava/util/ArrayList;add",
"Landroid/app/AlertDialog$Builder;create",
"Landroid/database/Cursor;getString",
"Landroid/app/ProgressDialog;show",
"Landroid/app/AlertDialog$Builder;setPositiveButton",
"Landroid/app/AlertDialog$Builder;setMessage",
"Ljava/util/ArrayList;size",
"Landroid/database/Cursor;close",
"Landroid/database/Cursor;moveToNext",
"Landroid/widget/TextView;setText",
"Landroid/content/Context;getSystemService",
"Landroid/content/SharedPreferences;edit",
"Landroid/content/SharedPreferences$Editor;commit",
"Ljava/lang/Integer;valueOf",
"Ljava/lang/String;indexOf",
"Landroid/content/Intent;putExtra",
"Ljava/io/InputStream;close",
"Ljava/io/InputStream;read",
"Ljava/lang/Integer;intValue",
"Ljava/lang/String;startsWith",
"Ljava/lang/String;split",
"Landroid/content/SharedPreferences;getString",
"Landroid/content/SharedPreferences$Editor;putString",
"Ljava/lang/String;getBytes",
"Ljava/lang/Boolean;valueOf",
"Ljava/lang/Long;valueOf",
"Landroid/app/Service;onDestroy",
"Ljava/lang/reflect/Method;invoke",
"Ljava/lang/Long;longValue",
"Ljava/lang/Class;forName",
"Ljava/lang/Boolean;booleanValue",
"Ljava/lang/Class;getMethod",
"Landroid/util/Log;d",
"Landroid/widget/Toast;makeText",
"Landroid/widget/Toast;show",
"Landroid/content/Intent;getExtras",
"Ljava/lang/StringBuffer;toString",
"Landroid/content/Context;getContentResolver",
"Landroid/content/Context;startActivity",
"Landroid/content/Intent;addFlags",
"Ljava/lang/String;equalsIgnoreCase",
"Ljava/io/PrintStream;println",
"Landroid/database/Cursor;moveToFirst",
"Landroid/webkit/WebSettings;setJavaScriptEnabled",
"Ljava/lang/String;charAt",
"Ljava/lang/String;endsWith",
"Landroid/webkit/WebView;loadUrl",
"Landroid/app/PendingIntent;getBroadcast",
"Landroid/content/res/AssetManager;open",
"Landroid/webkit/WebView;setWebViewClient",
"Landroid/content/Context;startService",
"Landroid/app/AlertDialog$Builder;setTitle",
"Ljava/lang/String;trim",
"Landroid/app/Activity;onResume",
"Landroid/app/Service;onCreate",
"Ljava/net/URLEncoder;encode",
"Ljava/lang/Long;parseLong",
"Ljava/lang/Object;toString",
"Landroid/database/Cursor;getColumnIndex",
"Landroid/app/ProgressDialog;setMessage",
"Landroid/os/Handler;sendMessage",
"Landroid/provider/Settings$Secure;getString",
"Landroid/content/Context;getResources",
"Landroid/content/Intent;getAction",
"Ljava/lang/Thread;sleep",
"Ljava/util/Set;iterator",
"Ljava/security/MessageDigest;digest",
"Ljava/io/FileOutputStream;close",
"Landroid/util/Log;v",
"Ljava/io/FileInputStream;close",
"Ljava/io/InputStreamReader;close",
"Landroid/content/Context;stopService",
"Ljava/io/OutputStreamWriter;close",
"Ljava/io/OutputStreamWriter;write",
"Ljava/io/OutputStreamWriter;flush",
"Ljava/io/InputStreamReader;read",
"Ljava/io/BufferedReader;readLine",
"Ljava/util/List;size",
"Landroid/util/Log;e",
"Ljava/util/List;get",
"Ljava/lang/System;loadLibrary",
"Landroid/telephony/SmsMessage;createFromPdu",
"Landroid/telephony/SmsMessage;getDisplayOriginatingAddress",
"Ljava/io/File;exists",
"Landroid/widget/ImageView;setImageResource",
"Landroid/widget/ImageView;setScaleType",
"Ljava/lang/System;exit",
"Landroid/widget/AdapterView;getCount",
"Landroid/util/Log;w",
"Landroid/database/sqlite/SQLiteDatabase;execSQL",
"Landroid/database/sqlite/SQLiteDatabase;query",
"Landroid/database/Cursor;isClosed",
"Landroid/database/sqlite/SQLiteDatabase;compileStatement",
"Landroid/database/sqlite/SQLiteStatement;executeInsert",
"Ljava/lang/String;replace",
"Landroid/view/WindowManager;getDefaultDisplay",
"Ljava/io/BufferedReader;close",
"Ljava/util/Timer;schedule",
"Landroid/view/Display;getWidth",
"Ljava/util/Timer;cancel",
"Landroid/content/res/Resources;getString",
"Landroid/content/res/Resources;openRawResource",
"Ljava/lang/StringBuffer;append",
"Ljava/lang/Integer;toString",
"Landroid/app/Activity;onDestroy",
"Landroid/content/Intent;setData",
"Ljava/util/regex/Pattern;compile",
"Ljava/lang/String;replaceAll",
"Ljava/util/HashMap;put",
"Ljava/util/HashMap;get",
"Landroid/content/Intent;setAction",
"Landroid/widget/EditText;getText",
"Landroid/os/Handler;post",
"Landroid/content/ContentResolver;query",
"Landroid/widget/ImageView;setVisibility",
"Landroid/app/Activity;onStart",
"Landroid/view/KeyEvent;getAction",
"Landroid/view/KeyEvent;getKeyCode",
"Landroid/app/Activity;dispatchKeyEvent",
"Landroid/app/AlertDialog$Builder;setNegativeButton",
"Ljava/lang/String;format",
"Landroid/app/AlertDialog$Builder;setCancelable",
"Landroid/preference/PreferenceManager;getDefaultSharedPreferences",
"Landroid/app/AlertDialog$Builder;setNeutralButton",
"Landroid/app/Activity;onCreateDialog",
"Ljava/util/Random;nextInt",
"Landroid/os/Handler;obtainMessage",
"Landroid/content/Context;getString",
"Landroid/app/ProgressDialog;setProgressStyle",
"Landroid/app/ProgressDialog;setProgress",
"Landroid/widget/ProgressBar;setProgress",
"Landroid/widget/ProgressBar;getProgress",
"Landroid/widget/ProgressBar;incrementProgressBy",
"Landroid/content/pm/PackageManager;getPackageInfo",
"Landroid/widget/TextView;setTextColor",
"Landroid/content/ContentValues;put",
"Landroid/database/Cursor;getInt",
"Ljava/util/Calendar;get",
"Landroid/content/Intent;getBundleExtra",
"Landroid/telephony/SmsMessage;getOriginatingAddress",
"Landroid/telephony/SmsMessage;getMessageBody",
"Lorg/json/JSONTokener;nextValue",
"Landroid/content/SharedPreferences$Editor;putLong",
"Landroid/content/SharedPreferences;getLong",
"Landroid/telephony/TelephonyManager;getNetworkOperator",
"Ljava/net/HttpURLConnection;setRequestMethod",
"Ljava/io/FileOutputStream;write",
"Landroid/content/Intent;setDataAndType",
"Ljava/io/File;mkdirs",
"Landroid/net/Uri;fromFile",
"Landroid/content/Context;getSharedPreferences",
"Ljava/lang/String;contains",
"Landroid/content/SharedPreferences;getBoolean",
"Landroid/content/SharedPreferences$Editor;putBoolean",
"Ljava/lang/String;toString",
"Landroid/widget/TextView;getText",
"Ljava/lang/String;toLowerCase",
"Landroid/view/MenuItem;getItemId",
"Landroid/content/pm/PackageManager;getApplicationInfo",
"Landroid/content/Intent;setClass",
"Landroid/os/Process;killProcess",
"Landroid/view/MotionEvent;getAction",
"Landroid/view/MotionEvent;getX",
"Landroid/view/MotionEvent;getY",
"Landroid/view/LayoutInflater;inflate",
"Landroid/graphics/Paint;setColor",
"Landroid/content/res/Resources;getDrawable",
"Landroid/graphics/Paint;setAntiAlias",
"Landroid/graphics/Paint;setStrokeWidth",
"Landroid/view/View;getId",
"Landroid/telephony/TelephonyManager;getSimCountryIso",
"Landroid/telephony/gsm/SmsMessage;createFromPdu",
"Landroid/telephony/gsm/SmsMessage;getMessageBody",
"Landroid/telephony/gsm/SmsMessage;getDisplayOriginatingAddress",
"Ljava/util/regex/Pattern;matcher",
"Landroid/os/Handler;postDelayed",
"Ljava/lang/Object;getClass",
"Ljava/lang/Class;getName",
"Ljava/lang/reflect/Field;get",
"Ljava/io/OutputStream;write",
"Ljava/io/OutputStream;close",
"Ljava/io/OutputStream;flush",
"Ljava/io/File;createNewFile",
"Ljava/io/File;getPath",
"Ljava/io/File;getParent",
"Landroid/content/res/AssetManager;list",
"Landroid/app/Notification;setLatestEventInfo",
"Landroid/content/Context;getAssets",
"Landroid/content/Context;sendBroadcast",
"Ljava/lang/Runtime;exec",
"Ljava/lang/Process;waitFor",
"Landroid/view/Window;setFlags",
"Ljava/lang/Object;wait",
"Landroid/app/Dialog;show",
"Landroid/app/Dialog;setContentView",
"Ljava/lang/Object;notifyAll",
"Landroid/app/Dialog;setCancelable",
"Landroid/app/Dialog;findViewById",
"Landroid/app/Dialog;setTitle",
"Landroid/os/PowerManager;newWakeLock",
"Landroid/app/KeyguardManager;newKeyguardLock",
"Landroid/content/Intent;getStringExtra",
"Landroid/app/Activity;onKeyDown",
"Landroid/app/AlertDialog$Builder;show",
"Landroid/app/AlertDialog$Builder;setIcon",
"Landroid/telephony/TelephonyManager;getSimOperatorName",
"Ljava/util/regex/Pattern;matches",
"Landroid/content/DialogInterface;dismiss",
"Ljava/util/StringTokenizer;nextToken",
"Ljava/util/StringTokenizer;hasMoreTokens",
"Ljava/util/regex/Matcher;group",
"Landroid/app/ActivityManager;killBackgroundProcesses",
"Landroid/location/LocationManager;getProvider",
"Landroid/media/AudioManager;isWiredHeadsetOn",
"Landroid/app/KeyguardManager$KeyguardLock;reenableKeyguard",
"Landroid/speech/SpeechRecognizer;startListening",
"Landroid/app/DownloadManager;enqueue",
"Landroid/widget/VideoView;setVideoURI",
"Landroid/media/Ringtone;setStreamType",
"Landroid/location/LocationManager;setTestProviderLocation",
"Landroid/nfc/NfcAdapter;enableForegroundDispatch",
"Landroid/provider/Browser;getAllBookmarks",
"Landroid/location/LocationManager;clearTestProviderStatus",
"Ljava/net/URL;openConnection",
"Landroid/app/WallpaperManager;setBitmap",
"Landroid/bluetooth/BluetoothAdapter;getScanMode",
"Landroid/bluetooth/BluetoothAdapter;isEnabled",
"Landroid/media/AsyncPlayer;stop",
"Landroid/telephony/gsm/SmsManager;sendMultipartTextMessage",
"Landroid/widget/QuickContactBadge;assignContactFromPhone",
"Landroid/net/wifi/WifiManager;enableNetwork",
"Landroid/bluetooth/BluetoothDevice;getBondState",
"Landroid/location/LocationManager;isProviderEnabled",
"Landroid/content/Context;sendStickyBroadcast",
"Landroid/bluetooth/BluetoothAdapter;disable",
"Landroid/app/WallpaperManager;suggestDesiredDimensions",
"Landroid/provider/Settings$System;putString",
"Landroid/net/wifi/WifiManager;removeNetwork",
"Ljava/net/ServerSocket;bind",
"Landroid/telephony/TelephonyManager;getDeviceSoftwareVersion",
"Landroid/content/ContentResolver;setMasterSyncAutomatically",
"Landroid/net/wifi/WifiManager;saveConfiguration",
"Landroid/telephony/TelephonyManager;getSubscriberId",
"Landroid/media/MediaRecorder;setAudioSource",
"Landroid/telephony/TelephonyManager;listen",
"Ljava/net/URL;getContent",
"Landroid/accounts/AccountManager;getAccountsByType",
"Landroid/telephony/gsm/SmsManager;sendTextMessage",
"Landroid/net/ConnectivityManager;getActiveNetworkInfo",
"Landroid/media/AudioManager;setBluetoothScoOn",
"Landroid/net/ConnectivityManager;stopUsingNetworkFeature",
"Landroid/accounts/AccountManager;removeAccount",
"Landroid/net/wifi/WifiManager;getWifiState",
"Landroid/telephony/gsm/SmsManager;sendDataMessage",
"Landroid/media/AudioManager;setSpeakerphoneOn",
"Landroid/net/ConnectivityManager;requestRouteToHost",
"Landroid/location/LocationManager;addNmeaListener",
"Landroid/telephony/TelephonyManager;getVoiceMailNumber",
"Landroid/bluetooth/BluetoothAdapter;isDiscovering",
"Landroid/bluetooth/BluetoothAdapter;getState",
"Landroid/app/NotificationManager;notify",
"Landroid/provider/Browser;clearHistory",
"Landroid/app/KeyguardManager$KeyguardLock;disableKeyguard",
"Landroid/location/LocationManager;clearTestProviderEnabled",
"Landroid/bluetooth/BluetoothAdapter;cancelDiscovery",
"Landroid/media/AsyncPlayer;play",
"Landroid/provider/Contacts$Settings;getSetting",
"Landroid/net/wifi/WifiManager;setWifiEnabled",
"Landroid/location/LocationManager;getProviders",
"Landroid/os/PowerManager$WakeLock;release",
"Landroid/location/LocationManager;getLastKnownLocation",
"Landroid/widget/VideoView;pause",
"Landroid/media/RingtoneManager;getRingtone",
"Landroid/app/WallpaperManager;setStream",
"Landroid/content/Context;setWallpaper",
"Landroid/telephony/TelephonyManager;getLine1Number",
"Landroid/net/ConnectivityManager;setNetworkPreference",
"Landroid/net/wifi/WifiManager$WifiLock;acquire",
"Landroid/provider/Browser;canClearHistory",
"Landroid/telephony/TelephonyManager;getNeighboringCellInfo",
"Landroid/app/ActivityManager;getRunningTasks",
"Ljava/net/URLConnection;getInputStream",
"Landroid/os/Vibrator;vibrate",
"Landroid/media/MediaPlayer;setWakeMode",
"Landroid/app/WallpaperManager;clear",
"Landroid/media/MediaPlayer;start",
"Landroid/app/ActivityManager;getRecentTasks",
"Landroid/app/ActivityManager;restartPackage",
"Landroid/content/Context;removeStickyBroadcast",
"Landroid/provider/Contacts$People;addToMyContactsGroup",
"Landroid/provider/Browser;clearSearches",
"Landroid/media/MediaRecorder;setVideoSource",
"Landroid/provider/Settings$System;getUriFor",
"Landroid/media/AudioManager;setMode",
"Landroid/telephony/TelephonyManager;getSimSerialNumber",
"Landroid/net/wifi/WifiManager$WifiLock;release",
"Landroid/speech/SpeechRecognizer;setRecognitionListener",
"Landroid/net/wifi/WifiManager;pingSupplicant",
"Landroid/net/wifi/WifiManager;getScanResults",
"Landroid/hardware/Camera;open",
"Landroid/provider/Browser;getAllVisitedUrls",
"Landroid/location/LocationManager;setTestProviderEnabled",
"Landroid/bluetooth/BluetoothAdapter;enable",
"Landroid/net/wifi/WifiManager;disableNetwork",
"Landroid/net/wifi/WifiManager;getDhcpInfo",
"Landroid/telephony/SmsManager;sendMultipartTextMessage",
"Ljava/net/URL;openStream",
"Landroid/widget/VideoView;stopPlayback",
"Landroid/media/AudioManager;isBluetoothA2dpOn",
"Landroid/accounts/AccountManager;getAccounts",
"Landroid/telephony/SmsManager;sendDataMessage",
"Landroid/bluetooth/BluetoothAdapter;listenUsingRfcommWithServiceRecord",
"Landroid/location/LocationManager;getBestProvider",
"Landroid/os/Vibrator;cancel",
"Landroid/net/wifi/WifiManager;isWifiEnabled",
"Landroid/location/LocationManager;requestLocationUpdates",
"Landroid/net/ConnectivityManager;getNetworkInfo",
"Landroid/media/MediaPlayer;release",
"Landroid/net/wifi/WifiManager;reconnect",
"Landroid/provider/Contacts$People;createPersonInMyContactsGroup",
"Landroid/media/MediaPlayer;reset",
"Landroid/net/wifi/WifiManager;updateNetwork",
"Landroid/net/wifi/WifiManager;disconnect",
"Landroid/nfc/NfcAdapter;disableForegroundDispatch",
"Landroid/media/RingtoneManager;setActualDefaultRingtoneUri",
"Landroid/bluetooth/BluetoothAdapter;getAddress",
"Landroid/provider/Contacts$People;queryGroups",
"Landroid/widget/VideoView;start",
"Landroid/media/MediaPlayer;pause",
"Landroid/location/LocationManager;addProximityAlert",
"Ljava/net/URLConnection;connect",
"Landroid/widget/VideoView;resume",
"Landroid/net/ConnectivityManager;startUsingNetworkFeature",
"Landroid/location/LocationManager;sendExtraCommand",
"Landroid/bluetooth/BluetoothAdapter;getBondedDevices",
"Landroid/location/LocationManager;clearTestProviderLocation",
"Landroid/media/Ringtone;play",
"Landroid/telephony/TelephonyManager;getCellLocation",
"Landroid/bluetooth/BluetoothDevice;getBluetoothClass",
"Landroid/net/wifi/WifiManager;reassociate",
"Landroid/accounts/AccountManager;clearPassword",
"Landroid/bluetooth/BluetoothDevice;createRfcommSocketToServiceRecord",
"Landroid/telephony/TelephonyManager;getDeviceId",
"Landroid/net/ConnectivityManager;getAllNetworkInfo",
"Landroid/provider/Settings$System;putInt",
"Landroid/bluetooth/BluetoothAdapter;getName",
"Landroid/provider/Browser;deleteFromHistory",
"Landroid/bluetooth/BluetoothSocket;connect",
"Landroid/media/Ringtone;stop",
"Landroid/provider/Settings$Secure;getUriFor",
"Landroid/os/PowerManager$WakeLock;acquire",
"Landroid/net/wifi/WifiManager;startScan",
"Landroid/media/MediaPlayer;stop",
"Landroid/media/AudioManager;setMicrophoneMute",
"Landroid/location/LocationManager;addTestProvider",
"Landroid/telephony/TelephonyManager;getVoiceMailAlphaTag",
"Landroid/inputmethodservice/KeyboardView;onLongPress",
"Landroid/provider/Settings$Secure;putString",
"Landroid/bluetooth/BluetoothDevice;getName",
"Landroid/location/LocationManager;addGpsStatusListener",
"Landroid/content/ContentResolver;getSyncAutomatically",
"Landroid/net/wifi/WifiManager;addNetwork",
"Landroid/inputmethodservice/KeyboardView;setKeyboard",
"Landroid/net/wifi/WifiManager;getConnectionInfo",
"Landroid/net/wifi/WifiManager;getConfiguredNetworks",
"Landroid/widget/VideoView;setVideoPath",
"Landroid/inputmethodservice/KeyboardView;onTouchEvent",
"Landroid/app/KeyguardManager;exitKeyguardSecurely",
"Landroid/app/WallpaperManager;setResource",
"Landroid/bluetooth/BluetoothAdapter;startDiscovery",
"Landroid/telephony/SmsManager;sendTextMessage"
]