Questions tagged [android-6.0.1-marshmallow]

Android 6.0.1 is the successor of Android Marshmallow (6.0.0), released on 22.11.2015.

Android 6.0.1 is the successor of Android Marshmallow (6.0.0), released on 22.11.2015.

Some features were added in this release like:

  • Extended „do not disturb“-mode
  • Emoji from Unicode 7 and 8
  • Shortcut-key-combination for the camera app
  • Reordered navigation buttons for Pixel C
  • Security and stability fixes

Reference (German): https://de.wikipedia.org/wiki/Liste_von_Android-Versionen

67 questions
0
votes
1 answer

AOSP render script compile error

I'm trying to build AOSP from source code which is based on Android 6.0.1 for Nexus5 hammerhead. Therefore, the lunch combo is aosp_hammerheader-userdebug I followed the instruction from AOSP page and prepared the virtual machine on Ubuntu 14.04. …
-1
votes
1 answer

Cannot install App on Android 6.0.1

I have some issue installing my App (not through Google Play but just downloading the APK) on devices equipped with Android 6.0.1. It's installing correctly on Android 6.0. The gradle configuration is the following: compileSdkVersion…
Hubert Solecki
  • 2,611
  • 5
  • 31
  • 63
-1
votes
4 answers

Camera.open works on Android 4.2.2, but fails on 6.0.1

I have 2 devices to test my app : an Acer v370 running Android 4.2.2, and a Samsung Galaxy S6 on 6.0.1 The app works fine on the Acer, but crashes instantly on the S6. I'm using _camera = Camera.open(0); and debugging says it crashes at this point.…
-1
votes
1 answer

Android M run time permission problems

I just figured out how to have the android app post a dialog box asking for permission and to only execute a specific command when the user hits allow. But I am stuck on having the app restart after that, due to the android bug the app doesn't have…
-1
votes
1 answer

Android app does not work after latest update

I have been developing an app for a project and recently I just updated my Android system from 6.0 to 6.0.1. After that my app would just crash when I tried to run it. I have git for version control so I am definitely sure that it worked on Android…
Vitt Volt
  • 337
  • 4
  • 17
-2
votes
3 answers

Mac address for android 6.0 and above shows null

I am using this code to get MAC ADDRESS and display it in my app. The code works fine for all devices except most latest devices and ANDROID BOX. it shows null for ANDROID BOX and other latest device. Here is code: public static String…
Pir Fahim Shah
  • 10,505
  • 1
  • 82
  • 81
-3
votes
2 answers

Can I write SQLite DB stored on external SDCard ? SOS

Env desc: Android version: 6.0.1, DB is created by customer and stored on external storage, the data of Sqlite DB will be collected after task done. We need read and write the db per different service logical. Problem: Could not open the database…
1 2 3 4
5