Searched full:runtime (Results 1 – 25 of 64) sorted by relevance
123
8 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…9 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission…
24 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…25 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission…
4 …">This sample shows a basic implementation for requesting permissions at runtime.\nClick the butto…
1 Runtime.Jvm=1.6
8 This sample shows runtime permissions available in Android M and above.
12 caches the data in a content provider. At runtime, the cached feed data is displayed
11 registering both links both statically in XML, as well as dynamically at runtime.
24 This sample shows runtime permissions available in Android M and above.
28 caches the data in a content provider. At runtime, the cached feed data is displayed
16 <string name="app_name">Runtime Permissions</string>
30 @Retention(RetentionPolicy.RUNTIME)
37 // The runtime will add "lib" on the front and ".o" on the end of
23 * Utility class that wraps access to the runtime permissions API in M and provides basic helper
41 This shows how new runtime-only permissions can be added, that do not apply to older in onCreateView()
43 * Launcher Activity that demonstrates the use of runtime permissions for Android M.45 * Activity to illustrate parts of the runtime permissions API.73 * This sample targets the M platform and must therefore request permissions at runtime. Change the309 not relevant for the execution of the runtime permissions API. */
41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
37 * Utility class that encapsulates runtime permission related methods for monkey73 /** keep track of runtime permissions requested for each package targeted */
20 runtime: python
26 * this can only be determined at runtime, so we cannot specify the required
467 runtime_restart: stop runtime during sync and restart afterwards, useful495 logger.Log("Restarting device runtime")504 # start runtime and wait till boot complete flag is set507 # press the MENU key, this will disable key guard if runtime is started520 Resets the Android runtime (does *not* reboot the kernel).
44 * runtime objects that are linked into the final ELF
31 __stack_chk_fail routine is runtime part of stack protector compiler
27 * This sample shows how to check for OpenGL ES 2.0 support at runtime, and then