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.

Android 6 : Connect to specific wifi network programmatically not working

I am trying to connect to a wifi network by giving the SSID and pass using WifiManager configurations. Based on …

android wifi android-6.0-marshmallow wifimanager
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
CardView elevation not showing in lollipop and higher versions

I was using cardview, but the problem is elevation not showing in lollipop and higher versions. please suggest me.Here …

android android-5.0-lollipop android-6.0-marshmallow android-cardview elevation
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
ALLOW button not working after update

On the devices which have installed the latest update of Android Marshmallow - that is June2016 update, when I ask …

android permissions android-6.0-marshmallow
Apache HTTP connection with Android 6.0 (Marshmallow)

Is there is any way to include the Apache library directly in Gradle to make it work with Android 6.0 ? I've …

android android-gradle-plugin apache-httpclient-4.x android-6.0-marshmallow
How to manage Runtime permissions android marshmallow espresso tests

I'm using espresso for testing but sometimes I try to get an image form external storage and with marshmallow I …

android android-6.0-marshmallow android-espresso
Android: completely disabling deviceidle ("Doze") in Android M?

In a rooted Android M device, I want to completely disable deviceidle mode ("Doze"), all the time. Yes, I know …

android android-6.0-marshmallow dumpsys
How to forget the "Never ask again" choice in Android M runtime permission dialog

I wish to know where the "Never ask again" checkbox boolean flag is stored and how to clear its value? …

android android-6.0-marshmallow runtime-permissions