OSDN Git Service

Mark DocumentsUI as a "privileged" app.
authorSteve McKay <smckay@google.com>
Wed, 13 Apr 2016 17:20:46 +0000 (10:20 -0700)
committerSteve McKay <smckay@google.com>
Wed, 13 Apr 2016 17:25:43 +0000 (10:25 -0700)
This fixes the issues with CTS resulting from the change to intent filtering.
Bug: 28081616

Change-Id: I81f87ff56b5fbb0d526863da44a2fcef29a3aa2c

packages/DocumentsUI/Android.mk

index 3197abd..568e200 100644 (file)
@@ -2,6 +2,7 @@ LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
 LOCAL_MODULE_TAGS := optional
+LOCAL_PRIVILEGED_MODULE := true
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)