Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Permissions

How Can I Check Permission Under Api Level 23?

One of my app has a permission RECORD_AUDIO and my app's targetSdkVersion is 22. I cannot check… Read more How Can I Check Permission Under Api Level 23?

Handling Permissions: Making One Activity Of A Large App Into An Instant App

I have been asked to make an instant app module openable from play store in a base app which I am w… Read more Handling Permissions: Making One Activity Of A Large App Into An Instant App

Request Permission For Microphone On Android M

I need to utilize the microphone with Android M. I've tried setting up a permission group in th… Read more Request Permission For Microphone On Android M

Androidtest Manifest Permission Not Detected

I have androidTest Manifest that has this permission: However, when I run the test, this permissi… Read more Androidtest Manifest Permission Not Detected

Android Permission.interact_across_users Denial

I've a strange android permission denial, here is it: java.lang.SecurityException: Permission D… Read more Android Permission.interact_across_users Denial

Custom Uses-permission With Ionic 3

On app builds with Ionic3 (cordova 7.0.0 | android@6.2.3), I need to use microphone, SIP and intern… Read more Custom Uses-permission With Ionic 3

Android Marshmallow [api 23] : Bluetooth Uuid Returns Null

Just updated my android to marshmallow and realized that is not working very well. I have just crea… Read more Android Marshmallow [api 23] : Bluetooth Uuid Returns Null

My_permissions_request_access_fine_location Permission Android Not Recognised In Code

We are currently trying to request GPS permissions from an android phone so that we can show the cu… Read more My_permissions_request_access_fine_location Permission Android Not Recognised In Code

Android Api 26 Securityexception Issue

In my app I have a fragment and an imageButton inside of this fragment. When I run the app in my de… Read more Android Api 26 Securityexception Issue

Android Build.getserial() Throwing Exception

I'm developing a Xamarin.Android project,where I need to get the Device Serial number. I have i… Read more Android Build.getserial() Throwing Exception

Android 6 (23) - No Permission Requested

I stucked on new permission model in the Android 6. I defined following permissions in the manifes… Read more Android 6 (23) - No Permission Requested

Application Not Asking To Get Permissions

I have this code to get the following permissions (READ_PHONE_STATE, READ_CONTACTS, WRITE_CONTACTS)… Read more Application Not Asking To Get Permissions

Android Do Not Disturb (dnd) Permission In Managed Profile

I have the following problem: My app is distributed over an MDM system and runs in Android for Work… Read more Android Do Not Disturb (dnd) Permission In Managed Profile

Sms Messages Of A Particular Number Not Showing Up On Other Devices Android

I am using the Telephony.Sms library to load in received and sent sms messages for the app I am wor… Read more Sms Messages Of A Particular Number Not Showing Up On Other Devices Android

Get Selected Phone Number From Contacts List Without Read_contacts Permission

In my app I want give user possibility to fill text form with phone number by manually typing it or… Read more Get Selected Phone Number From Contacts List Without Read_contacts Permission

Android App Auto Update On Google Play And Permissions Change

I know that when at least one new permission is added, the app will not be auto-updated. The user h… Read more Android App Auto Update On Google Play And Permissions Change

Android Permission Doesn't Work Even If I Have Declared It

I'm trying to write code to send an SMS from an Android app, but when I try to send the SMS it … Read more Android Permission Doesn't Work Even If I Have Declared It

Can We Change The Text Of A Permission In Android

I know this sounds silly and also not a technical question, but, I think, its important to know and… Read more Can We Change The Text Of A Permission In Android

Android M - Custom Permission Dialog Style

While implementing the new Android M permission model I noticed that the permissions dialog does no… Read more Android M - Custom Permission Dialog Style

Android Permission Doesn't Work Even If I Have Declared It

I'm trying to write code to send an SMS from an Android app, but when I try to send the SMS it … Read more Android Permission Doesn't Work Even If I Have Declared It