From 72be46991340563a08e1134efbd598f451e04a96 Mon Sep 17 00:00:00 2001 From: Allen Shen Date: Thu, 2 Jan 2014 17:33:13 +0800 Subject: Grant dev tools system permission to trigger media-scan service Google add the action ACTION_MEDIA_MOUNT into the list of protected boradcast, so that ordinary apps cannot trigger media scanning by directly sending the action out. The system built-in dev tool is granted system permission so that it will not crash when executing media scaning tools. Change-Id: I19797e61ba829df39d2b66f209cf41bf6565170f --- apps/Development/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml index 252de9d67..69dc1e2ab 100644 --- a/apps/Development/AndroidManifest.xml +++ b/apps/Development/AndroidManifest.xml @@ -16,7 +16,8 @@ + android:versionCode="1" android:versionName="1.0" + android:sharedUserId="android.uid.system"> -- cgit v1.2.3