From f6ab90061ecfffdc9aed2827936c5015f5b6b340 Mon Sep 17 00:00:00 2001 From: Svet Ganov Date: Wed, 8 Jul 2015 13:03:17 -0700 Subject: Make package installer a privileged core app Package installer should be a core app, so it is available when we boot in a core app only mode for the user to enter a pattern to decrypt. Package installer is now a privileged app as it needs provileged permissions in the additions to the ones we explicitly grant it. This is to ensure it will get these permissions when its cert changes. bug:22341030 Change-Id: I52137fe181b84fca6d49fb6b1b363527f0fd323c --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bcf59250..d0c106c6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="com.android.packageinstaller" coreApp="true"> -- cgit v1.2.3