Questions tagged as 'android-permissions'

2
answers

In which cases the IMEI of a mobile device is not available?

I have an application that needs to download data, for that the IMEI of the device has been previously registered in the base, the problem has worked well, now that I use a device with API 27 the IMEI returns it to me null. public String getI...
asked by 31.08.2018 / 01:04
1
answer

How to create a txt in android sdk 22 lolipop that is accessible from file explorer

My program allows me to save and retrieve a document, but it is saved in a directory that can only be accessed if I have the phone rooted. How do I store it in an accessible directory such as Documents? I want to implement it for phones wi...
asked by 05.04.2018 / 16:47
1
answer

Error when pairing bluetooth device

I have been developing an application for a long time and I was working with Bluetooth printing until the mobile software was updated, it started to slow down the connection after the phone's 6.0 Marshmallow update, then it did not connect to th...
asked by 11.12.2017 / 14:33
3
answers

Request individual permission on Android 6+ M

I am implementing the permission check at runtime for Android 6+/ Android M more or less understand the process: checkSelfPermission To check the permission: shouldShowRequestPermissionRationale To know if the user a...
asked by 12.09.2016 / 19:34
1
answer

Error trying to get the contact number of the calendar

I am making an application to send messages in the first two fields I want to show the contact's name and contact number the name I have already been able to capture, but when processing the number it shows me the following error, I hav...
asked by 07.07.2017 / 17:41
1
answer

Android 6.0 closes app when trying to open camera

by hitting on allow throws me: 1.- There are devices that send me Superposition of the screen, which I do not want. How to solve this? 2 .- In other devices Samsung definitely closed when you open camera, Eye! I can not de...
asked by 23.01.2018 / 08:10
1
answer

Block home button

These last days I've been looking for information on how to disable the start button so the user can not press it while it's touching the screen. I have found that there are some applications that do it drawing on other applications such as MX...
asked by 14.01.2018 / 13:19
3
answers

Use external class to request permissions on android

I am implementing an external class in my android project to manage permissions: class RequesterPermissions extends ActivityCompat { private final static String TAG = "RequesterPermissions"; private Activity activity; RequesterPe...
asked by 22.11.2016 / 01:12
0
answers

Doubt about the android studio contact permissions

in my application I am opening an intent to add a new contact this is the code ... Intent intent = new Intent(Intent.ACTION_INSERT); intent.setType(ContactsContract.Contacts.CONTENT_TYPE); intent.putExtra(ContactsContract.Intents....
asked by 16.10.2018 / 18:30
1
answer

I have an error with the runtime permissions

Hello friends I tell you that I have a problem, I have two buttons one allows me to access the microphone and the other save then I need two permissions, which work well to run the app leaves the sign asking for permission and all the problem is...
asked by 05.06.2018 / 00:05