From baa621b323747f09548b4375bb5fc9c6131717ff Mon Sep 17 00:00:00 2001 From: Khalid Zubair Date: Wed, 25 Nov 2015 16:55:41 -0800 Subject: Fix Media dir permissions issue on M WRITE_EXTERNAL_STORAGE is now a runtime permission in Android M and is ignored when specified in the manifest. Switch to WRITE_MEDIA_STORAGE which has sufficient access to allow saving a screencast to the Media dir. Fixes SAMBAR-1090 Change-Id: Ifa5fde8a9188ca738408c403cfa46acd526f4210 --- AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b7b4210..03499b2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -9,8 +9,7 @@ android:targetSdkVersion="23" /> - - + -- cgit v1.2.3