Sto facendo qualche ricerca sulle autorizzazioni di Android e se potrebbero o meno abusare della privacy dei dati. Qualcuno ha una buona fonte su tutte le autorizzazioni Android aggiornate con una breve spiegazione su ciò che ognuno può fare?
Sto facendo qualche ricerca sulle autorizzazioni di Android e se potrebbero o meno abusare della privacy dei dati. Qualcuno ha una buona fonte su tutte le autorizzazioni Android aggiornate con una breve spiegazione su ciò che ognuno può fare?
Chiedi, e deve essere consegnato: link
Tutti gli elementi di questo elenco molto esteso sono argomenti per < uses-permission > nel Manifest Android. Sarebbe anche utile leggere anche questi:
At application install time, permissions requested by the application are granted to it by the package installer, based on checks against the signatures of the applications declaring those permissions and/or interaction with the user. No checks with the user are done while an application is running; the app is either granted a particular permission when installed, and can use that feature as desired, or the permission is not granted and any attempt to use the feature fails without prompting the user.
Leggi altre domande sui tag permissions android