Files
android_development/samples/browseable/RuntimePermissionsBasic/_index.jd
Trevor Johns 296083e2fc Sync sample prebuilts for mnc-dev
Synced with /developers/samples/android commit
415e5ce8ad7128bed20c28e923f2f91bbfff46a9.

Change-Id: I8716d051213210ec991fb692f79848a9f086a52c
2015-05-27 13:34:35 -07:00

13 lines
499 B
Plaintext

page.tags="RuntimePermissionsBasic"
sample.group=System
@jd:body
<p>
This sample shows runtime permissions available in the Android M and above.
This sample shows a basic implementation for requesting permissions at runtime. Click the button to request the Camera permission and open a full-screen camera preview.
Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission features available.
</p>