Top "Android-6.0-marshmallow" questions

Android Marshmallow, formerly known as just "Android M", is version 6.0 of Android, is supporting API Level 23, and began shipping in October 2015.

Bluetooth Low Energy startScan on Android 6.0 does not find devices

I'm developing an application with Bluetooth Low Energy using Nexus 5. It worked on Lollipop and now it is not working …

android bluetooth bluetooth-lowenergy android-6.0-marshmallow
How can I customize permission dialog in Android?

Suppose I request a permission at runtime like the following: ActivityCompat.requestPermissions(thisActivity, new String[]{Manifest.permission.READ_CONTACTS}, MY_…

android android-permissions android-6.0-marshmallow
Bluetooth LE Scan fails in the background - permissions

The following code works great on my Nexus 9 running Android 5.1.1 (Build LMY48M), but won't work on a Nexus 9 running …

android bluetooth-lowenergy android-bluetooth android-6.0-marshmallow
Read and Write permission for storage and gallery usage for marshmallow

I am developing an android app in which it is required to provide permission for Read and write external storage. …

android android-permissions android-6.0-marshmallow read-write
Request Location Permissions from a service Android M

I am using a service that on boot starts up and begins to check for location updates. Once i deny …

android android-permissions android-6.0-marshmallow
Any way to link to the Android notification settings for my app?

Is there any way I can launch an intent to get to Android's notification settings screen for my app (pictured …

android android-notifications android-6.0-marshmallow
Get Bluetooth local mac address in Marshmallow

Pre Marshmallow my app would obtain it's device MAC address via BluetoothAdapter.getDefaultAdapter().getAddress(). Now with Marshmallow Android is returning 02:00:00:00:00:00. …

android bluetooth mac-address android-6.0-marshmallow
Android App not asking for permissions when installing

I work in the IT department of my university and we work on an app that installs the correct setup …

android android-6.0-marshmallow android-permissions
SCAN_RESULTS_AVAILABLE_ACTION return empty list in Android 6.0

Yesterday my Nexus 5 receive the update from Android MNC to version 6.0 - Marshmallow. Since then, the action to scan the …

android android-wifi android-6.0-marshmallow
How to get input from fingerprint scanner and save it

I am Using Android Marshmallow, and Moto G4 plus a device for testing. I want to create an application which …

java android android-6.0-marshmallow fingerprint