/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 8 This sample shows runtime permissions available in Android M and above. 11 that is declared with optional, M and above only permissions.
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyPermissionUtil.java | 123 List<PermissionInfo> permissions = new ArrayList<>(); in populatePermissionsMapping() local 134 permissions.add(pi); in populatePermissionsMapping() 137 if (!permissions.isEmpty()) { in populatePermissionsMapping() 138 mPermissionMap.put(info.packageName, permissions); in populatePermissionsMapping()
|
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/ |
D | PhonePermissionRequestActivity.java | 84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { in onRequestPermissionsResult() argument 86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions in onRequestPermissionsResult()
|
/development/samples/browseable/RuntimePermissionsWear/ |
D | _index.jd | 8 A sample that shows how you can handle remote data that requires permissions both on
|
/development/samples/browseable/RuntimePermissionsBasic/ |
D | _index.jd | 8 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | CalendarWatchFacePermissionActivity.java | 45 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { in onRequestPermissionsResult() argument
|
/development/docs/copyright-templates/ |
D | asm.txt | 12 ; See the License for the specific language governing permissions and
|
D | make.txt | 12 # See the License for the specific language governing permissions and
|
D | plain.txt | 12 See the License for the specific language governing permissions and
|
D | c.txt | 13 * See the License for the specific language governing permissions and
|
D | java.txt | 13 * See the License for the specific language governing permissions and
|
/development/ndk/sources/android/ndk_helper/ |
D | NOTICE | 12 See the License for the specific language governing permissions and
|
/development/python-packages/ |
D | NOTICE | 12 See the License for the specific language governing permissions and
|
/development/ndk/sources/android/native_app_glue/ |
D | NOTICE | 12 See the License for the specific language governing permissions and
|
/development/build/ |
D | sdk.exclude.atree | 13 # See the License for the specific language governing permissions and
|
D | sdk-android-arm64-v8a.atree | 13 # See the License for the specific language governing permissions and
|
D | sdk-android-mips64.atree | 13 # See the License for the specific language governing permissions and
|
D | sdk-android-mips.atree | 13 # See the License for the specific language governing permissions and
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
D | MainActivity.java | 304 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { in onRequestPermissionsResult() argument 307 Log.d(TAG, "onRequestPermissionsResult(): " + permissions); in onRequestPermissionsResult() 332 super.onRequestPermissionsResult(requestCode, permissions, grantResults); in onRequestPermissionsResult()
|
/development/samples/devbytes/ui/ImmersiveMode/ |
D | build.gradle | 13 * See the License for the specific language governing permissions and
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 361 private boolean shouldShowRequestPermissionRationale(String[] permissions) { in shouldShowRequestPermissionRationale() argument 362 for (String permission : permissions) { in shouldShowRequestPermissionRationale() 382 public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, in onRequestPermissionsResult() argument 399 super.onRequestPermissionsResult(requestCode, permissions, grantResults); in onRequestPermissionsResult() 403 private boolean hasPermissionsGranted(String[] permissions) { in hasPermissionsGranted() argument 404 for (String permission : permissions) { in hasPermissionsGranted()
|
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | teapot.inl | 13 * See the License for the specific language governing permissions and
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | teapot.inl | 13 * See the License for the specific language governing permissions and
|
/development/samples/training/InteractiveChart/ |
D | project.properties | 13 # See the License for the specific language governing permissions and
|
/development/samples/TicTacToeLib/ |
D | default.properties | 13 # See the License for the specific language governing permissions and
|