Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6359af25 authored by Steve McKay's avatar Steve McKay
Browse files

Mark DocumentsUI as a "privileged" app.

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

Change-Id: I81f87ff56b5fbb0d526863da44a2fcef29a3aa2c
parent dcc8725a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)