Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 6.0 Marshmallow

How Get Location By Coarse Location

I'm trying to develo an app that get location by COARSE location. This app must run on Android … Read more How Get Location By Coarse Location

Testing Accessibility On Emulated Device (marshmallow)

I want to test the accessibility of my app in emulator (particularly Talkback) but it seems that th… Read more Testing Accessibility On Emulated Device (marshmallow)

Doze Mode Handling

I am working on an application which spawns some services in the background using AlarmManager. Tim… Read more Doze Mode Handling

Marshmallow Permission

I'm trying to check permission in activity as below, int permission = ContextCompat.checkSelfPe… Read more Marshmallow Permission

Why Since Android 6 I Can't Delete A File Located On A Usb Key With Saf?

I use SAF to access files on a USB key. Since Android 6 it is impossible to delete a file by the de… Read more Why Since Android 6 I Can't Delete A File Located On A Usb Key With Saf?

Fingerprintmanager.ishardwaredetected() Throwing Java.lang.securityexception?

I have an App that offers the usage of fingerprints for authentication. Before asking if the user w… Read more Fingerprintmanager.ishardwaredetected() Throwing Java.lang.securityexception?

Flashlight Control In Marshmallow

I have a problem regarding the camera in the most recent Marshmallow build, more specifically the f… Read more Flashlight Control In Marshmallow

Java.io.ioexception: Open Failed: Eacces (permission Denied) When Writing File In Api Level 23

I'm trying to export my DB to a CSV file. I have applied the appropriate permission to the Andr… Read more Java.io.ioexception: Open Failed: Eacces (permission Denied) When Writing File In Api Level 23