Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 112) sorted by relevance

12345

/development/apps/DumpViewer/
DREADME.md13 DumpViewer requires some development permissions in order to read logcat and dumpsys.
14 To install, pass the `-g` option to `adb install` to give the needed permissions:
22 Alternatively, you can grant the permissions with `pm grant`:
/development/tools/privapp_permissions/
DREADME4 a list of signature|privileged permissions that are requested by
7 Used for generating an initial version of privapp-permissions.xml file
/development/samples/browseable/RuntimePermissions/
D_index.jd8 This sample shows runtime permissions available in Android M and above.
11 that is declared with optional, M and above only permissions.
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DPhonePermissionRequestActivity.java84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { in onRequestPermissionsResult() argument
86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions in onRequestPermissionsResult()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyPermissionUtil.java127 List<PermissionInfo> permissions = new ArrayList<>(); in populatePermissionsMapping() local
138 permissions.add(pi); in populatePermissionsMapping()
141 if (!permissions.isEmpty()) { in populatePermissionsMapping()
142 mPermissionMap.put(info.packageName, permissions); in populatePermissionsMapping()
/development/samples/browseable/RuntimePermissionsWear/
D_index.jd8 A sample that shows how you can handle remote data that requires permissions both on
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DPermissionRequestFragment.java110 public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, in onRequestPermissionsResult() argument
115 if (permissions.length != 1 || grantResults.length != 1 || in onRequestPermissionsResult()
122 super.onRequestPermissionsResult(requestCode, permissions, grantResults); in onRequestPermissionsResult()
/development/samples/browseable/RuntimePermissionsBasic/
D_index.jd8 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…
/development/apps/SdkSetup/
DAndroid.bp34 sub_dir: "permissions",
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFacePermissionActivity.java45 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { in onRequestPermissionsResult() argument
/development/vndk/
DAndroid.bp13 // See the License for the specific language governing permissions and
/development/python-packages/
DNOTICE12 See the License for the specific language governing permissions and
/development/docs/copyright-templates/
Djava.txt13 * See the License for the specific language governing permissions and
Dc.txt13 * See the License for the specific language governing permissions and
Dmake.txt12 # See the License for the specific language governing permissions and
Dasm.txt12 ; See the License for the specific language governing permissions and
Dplain.txt12 See the License for the specific language governing permissions and
/development/vndk/tools/header-checker/tests/integration/version_script_example/
DAndroid.bp13 // See the License for the specific language governing permissions and
/development/build/
Dsdk.exclude.atree13 # See the License for the specific language governing permissions and
/development/tools/winscope/src/stubs/
Dwaylandtrace.proto13 * See the License for the specific language governing permissions and
/development/vndk/tools/header-checker/tests/integration/ifunc/
DAndroid.bp13 // See the License for the specific language governing permissions and
/development/samples/ThemedNavBarKeyboard/
DAndroid.bp13 // See the License for the specific language governing permissions and
/development/vndk/tools/
DAndroid.bp13 // See the License for the specific language governing permissions and
/development/apps/WidgetPreview/
DAndroid.bp13 // See the License for the specific language governing permissions and
/development/samples/InlineFillService/
DAndroid.bp12 // See the License for the specific language governing permissions and

12345