Mark DocumentsUI as a "privileged" app.

This fixes the issues with CTS resulting from the change to intent filtering.
Bug: 28081616

Change-Id: I81f87ff56b5fbb0d526863da44a2fcef29a3aa2c
This commit is contained in:
Steve McKay
2016-04-13 10:20:46 -07:00
parent 9bb991a3bb
commit 92bf96dd57

View 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)