You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/processing/mode/android/Permissions.java
+61-76Lines changed: 61 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -359,128 +359,113 @@ public String getMenuTitle() {
359
359
360
360
361
361
/**
362
-
* Created by inserting the HTML doc into OpenOffice, then copy and pasting
363
-
* the table into a plain text document, then adding the quotes via search
364
-
* and replace. If there's a way to auto-create from aapt, that'd be better,
365
-
* but I haven't found anything yet.
362
+
* This listing was generated for API level 17
366
363
*/
367
364
staticfinalString[] listing = {
368
365
"ACCESS_CHECKIN_PROPERTIES", "Allows read/write access to the \"properties\" table in the checkin database, to change values that get uploaded.",
369
-
"ACCESS_COARSE_LOCATION", "Allows an application to access coarse (e.g., Cell-ID, WiFi) location",
370
-
"ACCESS_FINE_LOCATION", "Allows an application to access fine (e.g., GPS) location",
371
-
"ACCESS_LOCATION_EXTRA_COMMANDS", "Allows an application to access extra location provider commands",
372
-
"ACCESS_MOCK_LOCATION", "Allows an application to create mock location providers for testing",
373
-
"ACCESS_NETWORK_STATE", "Allows applications to access information about networks",
374
-
"ACCESS_SURFACE_FLINGER", "Allows an application to use SurfaceFlinger's low level features",
375
-
"ACCESS_WIFI_STATE", "Allows applications to access information about Wi-Fi networks",
366
+
"ACCESS_COARSE_LOCATION", "Allows an app to access approximate location.",
367
+
"ACCESS_FINE_LOCATION", "Allows an app to access precise location.",
368
+
"ACCESS_LOCATION_EXTRA_COMMANDS", "Allows an application to access extra location provider commands.",
369
+
"ACCESS_NETWORK_STATE", "Allows applications to access information about networks.",
370
+
"ACCESS_WIFI_STATE", "Allows applications to access information about Wi-Fi networks.",
376
371
"ACCOUNT_MANAGER", "Allows applications to call into AccountAuthenticators.",
377
-
"AUTHENTICATE_ACCOUNTS", "Allows an application to act as an AccountAuthenticator for the AccountManager",
372
+
"ADD_VOICEMAIL", "Allows an application to add voicemails into the system.",
378
373
"BATTERY_STATS", "Allows an application to collect battery statistics",
374
+
"BIND_ACCESSIBILITY_SERVICE", "Must be required by an AccessibilityService , to ensure that only the system can bind to it.",
379
375
"BIND_APPWIDGET", "Allows an application to tell the AppWidget service which application can access AppWidget's data.",
380
376
"BIND_DEVICE_ADMIN", "Must be required by device administration receiver, to ensure that only the system can interact with it.",
381
-
"BIND_INPUT_METHOD", "Must be required by an InputMethodService, to ensure that only the system can bind to it.",
382
-
"BIND_WALLPAPER", "Must be required by a WallpaperService, to ensure that only the system can bind to it.",
383
-
"BLUETOOTH", "Allows applications to connect to paired bluetooth devices",
384
-
"BLUETOOTH_ADMIN", "Allows applications to discover and pair bluetooth devices",
385
-
"BRICK", "Required to be able to disable the device (very dangerous!).",
377
+
"BIND_INPUT_METHOD", "Must be required by an InputMethodService , to ensure that only the system can bind to it.",
378
+
"BIND_REMOTEVIEWS", "Must be required by a RemoteViewsService , to ensure that only the system can bind to it.",
379
+
"BIND_TEXT_SERVICE", "Must be required by a TextService.",
380
+
"BIND_VPN_SERVICE", "Must be required by a VpnService , to ensure that only the system can bind to it.",
381
+
"BIND_WALLPAPER", "Must be required by a WallpaperService , to ensure that only the system can bind to it.",
382
+
"BLUETOOTH", "Allows applications to connect to paired bluetooth devices.",
383
+
"BLUETOOTH_ADMIN", "Allows applications to discover and pair bluetooth devices.",
386
384
"BROADCAST_PACKAGE_REMOVED", "Allows an application to broadcast a notification that an application package has been removed.",
387
-
"BROADCAST_SMS", "Allows an application to broadcast an SMS receipt notification",
385
+
"BROADCAST_SMS", "Allows an application to broadcast an SMS receipt notification.",
388
386
"BROADCAST_STICKY", "Allows an application to broadcast sticky intents.",
389
-
"BROADCAST_WAP_PUSH", "Allows an application to broadcast a WAP PUSH receipt notification",
390
-
"CALL_PHONE", "Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.",
387
+
"BROADCAST_WAP_PUSH", "Allows an application to broadcast a WAP PUSH receipt notification.",
388
+
"CALL_PHONE", "Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.",
391
389
"CALL_PRIVILEGED", "Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.",
392
390
"CAMERA", "Required to be able to access the camera device.",
393
391
"CHANGE_COMPONENT_ENABLED_STATE", "Allows an application to change whether an application component (other than its own) is enabled or not.",
394
392
"CHANGE_CONFIGURATION", "Allows an application to modify the current configuration, such as locale.",
395
-
"CHANGE_NETWORK_STATE", "Allows applications to change network connectivity state",
396
-
"CHANGE_WIFI_MULTICAST_STATE", "Allows applications to enter Wi-Fi Multicast mode",
397
-
"CHANGE_WIFI_STATE", "Allows applications to change Wi-Fi connectivity state",
393
+
"CHANGE_NETWORK_STATE", "Allows applications to change network connectivity state.",
394
+
"CHANGE_WIFI_MULTICAST_STATE", "Allows applications to enter Wi-Fi Multicast mode.",
395
+
"CHANGE_WIFI_STATE", "Allows applications to change Wi-Fi connectivity state.",
398
396
"CLEAR_APP_CACHE", "Allows an application to clear the caches of all installed applications on the device.",
399
-
"CLEAR_APP_USER_DATA", "Allows an application to clear user data",
400
397
"CONTROL_LOCATION_UPDATES", "Allows enabling/disabling location update notifications from the radio.",
401
398
"DELETE_CACHE_FILES", "Allows an application to delete cache files.",
402
399
"DELETE_PACKAGES", "Allows an application to delete packages.",
403
-
"DEVICE_POWER", "Allows low-level access to power management",
404
400
"DIAGNOSTIC", "Allows applications to RW to diagnostic resources.",
405
-
"DISABLE_KEYGUARD", "Allows applications to disable the keyguard",
401
+
"DISABLE_KEYGUARD", "Allows applications to disable the keyguard if it is not secure.",
406
402
"DUMP", "Allows an application to retrieve state dump information from system services.",
407
403
"EXPAND_STATUS_BAR", "Allows an application to expand or collapse the status bar.",
408
404
"FACTORY_TEST", "Run as a manufacturer test application, running as the root user.",
409
-
"FLASHLIGHT", "Allows access to the flashlight",
410
-
"FORCE_BACK", "Allows an application to force a BACK operation on whatever is the top activity.",
411
-
"GET_ACCOUNTS", "Allows access to the list of accounts in the Accounts Service",
405
+
"GET_ACCOUNTS", "Allows access to the list of accounts in the Accounts Service.",
412
406
"GET_PACKAGE_SIZE", "Allows an application to find out the space used by any package.",
413
-
"GET_TASKS", "Allows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.",
407
+
"GET_TASKS", "<em> This constant was deprecated in API level 21. No longer enforced. </em>",
414
408
"GLOBAL_SEARCH", "This permission can be used on content providers to allow the global search system to access their data.",
415
-
"HARDWARE_TEST", "Allows access to hardware peripherals.",
416
-
"INJECT_EVENTS", "Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.",
417
-
"INSTALL_LOCATION_PROVIDER", "Allows an application to install a location provider into the Location Manager",
409
+
"INSTALL_LOCATION_PROVIDER", "Allows an application to install a location provider into the Location Manager.",
418
410
"INSTALL_PACKAGES", "Allows an application to install packages.",
419
-
"INTERNAL_SYSTEM_WINDOW", "Allows an application to open windows that are for use by parts of the system user interface.",
420
411
"INTERNET", "Allows applications to open network sockets.",
421
412
"KILL_BACKGROUND_PROCESSES", "Allows an application to call killBackgroundProcesses(String).",
422
-
"MANAGE_ACCOUNTS", "Allows an application to manage the list of accounts in the AccountManager",
423
-
"MANAGE_APP_TOKENS", "Allows an application to manage (create, destroy, Z-order) application tokens in the window manager.",
424
-
"MASTER_CLEAR", "",
425
-
"MODIFY_AUDIO_SETTINGS", "Allows an application to modify global audio settings",
413
+
"MASTER_CLEAR", "Not for use by third-party applications.",
414
+
"MODIFY_AUDIO_SETTINGS", "Allows an application to modify global audio settings.",
426
415
"MODIFY_PHONE_STATE", "Allows modification of the telephony state - power on, mmi, etc.",
427
416
"MOUNT_FORMAT_FILESYSTEMS", "Allows formatting file systems for removable storage.",
428
417
"MOUNT_UNMOUNT_FILESYSTEMS", "Allows mounting and unmounting file systems for removable storage.",
429
-
"PERSISTENT_ACTIVITY", "Allow an application to make its activities persistent.",
430
-
"PROCESS_OUTGOING_CALLS", "Allows an application to monitor, modify, or abort outgoing calls.",
418
+
"NFC", "Allows applications to perform I/O operations over NFC.",
419
+
"PERSISTENT_ACTIVITY", "<em> This constant was deprecated in API level 9. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent. </em>",
420
+
"PROCESS_OUTGOING_CALLS", "Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.",
431
421
"READ_CALENDAR", "Allows an application to read the user's calendar data.",
422
+
"READ_CALL_LOG", "Allows an application to read the user's call log.",
432
423
"READ_CONTACTS", "Allows an application to read the user's contacts data.",
433
-
"READ_FRAME_BUFFER", "Allows an application to take screen shots and more generally get access to the frame buffer data",
434
-
"READ_HISTORY_BOOKMARKS", "Allows an application to read (but not write) the user's browsing history and bookmarks.",
435
-
"READ_INPUT_STATE", "Allows an application to retrieve the current state of keys and switches.",
424
+
"READ_EXTERNAL_STORAGE", "Allows an application to read from external storage.",
425
+
"READ_FRAME_BUFFER", "Allows an application to take screen shots and more generally get access to the frame buffer data.",
426
+
"READ_INPUT_STATE", "<em> This constant was deprecated in API level 16. The API that used this permission has been removed. </em>",
436
427
"READ_LOGS", "Allows an application to read the low-level system log files.",
437
-
"READ_OWNER_DATA", "Allows an application to read the owner's data.",
438
-
"READ_PHONE_STATE", "Allows read only access to phone state.",
428
+
"READ_PHONE_STATE", "Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccount s registered on the device.",
439
429
"READ_SMS", "Allows an application to read SMS messages.",
440
-
"READ_SYNC_SETTINGS", "Allows applications to read the sync settings",
441
-
"READ_SYNC_STATS", "Allows applications to read the sync stats",
430
+
"READ_SYNC_SETTINGS", "Allows applications to read the sync settings.",
431
+
"READ_SYNC_STATS", "Allows applications to read the sync stats.",
442
432
"REBOOT", "Required to be able to reboot the device.",
443
433
"RECEIVE_BOOT_COMPLETED", "Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.",
444
-
"RECEIVE_MMS", "Allows an application to monitor incoming MMS messages, to record or perform processing on them.",
445
-
"RECEIVE_SMS", "Allows an application to monitor incoming SMS messages, to record or perform processing on them.",
446
-
"RECEIVE_WAP_PUSH", "Allows an application to monitor incoming WAP push messages.",
447
-
"RECORD_AUDIO", "Allows an application to record audio",
448
-
"REORDER_TASKS", "Allows an application to change the Z-order of tasks",
449
-
"RESTART_PACKAGES", "This constant is deprecated. The restartPackage(String) API is no longer supported. ",
434
+
"RECEIVE_MMS", "Allows an application to monitor incoming MMS messages.",
435
+
"RECEIVE_SMS", "Allows an application to receive SMS messages.",
436
+
"RECEIVE_WAP_PUSH", "Allows an application to receive WAP push messages.",
437
+
"RECORD_AUDIO", "Allows an application to record audio.",
438
+
"REORDER_TASKS", "Allows an application to change the Z-order of tasks.",
439
+
"RESTART_PACKAGES", "restartPackage(String)",
450
440
"SEND_SMS", "Allows an application to send SMS messages.",
451
-
"SET_ACTIVITY_WATCHER", "Allows an application to watch and control how activities are started globally in the system.",
441
+
"SET_ALARM", "Allows an application to broadcast an Intent to set an alarm for the user.",
452
442
"SET_ALWAYS_FINISH", "Allows an application to control whether activities are immediately finished when put in the background.",
453
443
"SET_ANIMATION_SCALE", "Modify the global animation scaling factor.",
454
444
"SET_DEBUG_APP", "Configure an application for debugging.",
455
-
"SET_ORIENTATION", "Allows low-level access to setting the orientation (actually rotation) of the screen.",
456
-
"SET_PREFERRED_APPLICATIONS", "This constant is deprecated. No longer useful, see addPackageToPreferred(String) for details. ",
0 commit comments