Permissions in the AndroidManifest.
For Android, it is required that we ask permissions at runtime to make sure users understand better why en when …
android android-manifest android-permissions runtime-permissionsI am trying to make my samsung galaxy gt-i8530 phone read USB devices (mouse, pendrive, keyboard). It has the same …
android linux permissions android-permissions usb-otgIn order to manage user preferences, at present I'm grabbing the google user name (effectively the email address they've registered …
android android-permissionsI am trying to share file with FileProvider. I checked that file is shared properly with apps like gmail, google …
android android-intent android-permissions android-fileproviderI want to open this permission popup in MIUI. I have tried this code, but this will not open permission …
android android-permissions android-popupwindowI found this issue only in some devices when trying to pick the picture for the profile image. While checking …
android android-manifest file-permissions android-permissions document-providerI noticed that the following permissions were automatically added when i use the following in my build.gradle file compile …
android admob android-manifest google-play-services android-permissionsBefore Android 10, I was using the TelephonyManager API to retrieve that info, but it's no longer working in Android 10.
android android-permissions telephonymanager imeiI know that when at least one new permission is added, the app will not be auto-updated. The user has …
google-play auto-update android-permissionsAfter running application on device application required unwanted location permission that is not mention in manifest file. While when I …
android android-gradle-plugin build.gradle android-manifest android-permissions