Top "Android-permissions" questions

Permissions in the AndroidManifest.

Can you request permissions synchronously in Android Marshmallow (API 23)'s runtime permissions model?

Say you have a method like this: public boolean saveFile (Url url, String content) { // save the file, this can be …

android android-permissions android-6.0-marshmallow
java.lang.RuntimeException: start failed

I am trying to record audio in one of my Activities using MediaRecorder. Part of the code is shown below. …

android android-permissions forceclose android-mediarecorder
Marshmallow FINE and COARSE location permission

I'm trying to access ACCESS_FINE_LOCATION and if it cannot be found access ACCESS_COARSE_LOCATION. So I request …

android android-permissions android-6.0-marshmallow
How to get device's IMEI/ESN number with code programming But in android > 6

My Android version is Marshmallow 6.0 How to Find / Get imei number in android > 6 programmatically. Note : I added READ_PHONE_…

android android-6.0-marshmallow android-permissions imei
Read font size from Settings

This question is a almost dublicate of Android App: how to read Font Size under Settings? I read the answer …

android settings android-permissions
Not allowed to start service Intent without permission - sender does not get permissions

I'm working with Mark Murphy's excellent Commonsware books - but it's a lot to digest. I built the 'FakePlayer' app (…

android commonsware android-permissions
signature protection level - clarifying

As I am new to Android, I wanted to ask something which is not clear enough to me. I read …

android android-permissions
Android 6.0 permissions and mounting OBB

I have a problem with permissions on Android 6.0 and higher. The game I'm working on was using the WRITE_EXTERNAL_…

android android-permissions apk-expansion-files