Vorlage:Android Training/Inhalt/Working with System Permissions: Unterschied zwischen den Versionen

Aus Android Wiki
(Die Seite wurde neu angelegt: „<noinclude> <languages /> </noinclude> <translate> How to declare that your app needs access to features and resources outside of its 'sandbox', and how to req…“)
 
(Diese Seite wurde zum Übersetzen freigegeben)
 
Zeile 3: Zeile 3:
</noinclude>
</noinclude>
<translate>
<translate>
<!--T:1-->
How to declare that your app needs access to features and resources outside of its 'sandbox', and how to request those privileges at runtime.</translate>
How to declare that your app needs access to features and resources outside of its 'sandbox', and how to request those privileges at runtime.</translate>
: [[Special:MyLanguage/Android Training/Declaring Permissions|<translate>Declaring Permissions</translate>]]
: [[Special:MyLanguage/Android Training/Declaring Permissions|<translate><!--T:2-->
: [[Special:MyLanguage/Android Training/Requesting Permissions at Run Time|<translate>Requesting Permissions at Run Time</translate>]]
Declaring Permissions</translate>]]
: [[Special:MyLanguage/Android Training/Best Practices for Runtime Permissions|<translate>Best Practices for Runtime Permissions</translate>]]
: [[Special:MyLanguage/Android Training/Requesting Permissions at Run Time|<translate><!--T:3-->
Requesting Permissions at Run Time</translate>]]
: [[Special:MyLanguage/Android Training/Best Practices for Runtime Permissions|<translate><!--T:4-->
Best Practices for Runtime Permissions</translate>]]

Aktuelle Version vom 21. Dezember 2015, 03:43 Uhr

Sprachen:
  • English

How to declare that your app needs access to features and resources outside of its 'sandbox', and how to request those privileges at runtime.

Declaring Permissions
Requesting Permissions at Run Time
Best Practices for Runtime Permissions