summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/AndroidManifest.xml
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-09-05 16:14:28 -0700
committerSvetoslav <svetoslavganov@google.com>2013-09-05 16:19:19 -0700
commit1a3ef4fafb3dd774b42e4b9239cbde8ba13bb83a (patch)
treebc9b9cc954b86f55f6bc81d873a7cfbb3f98784f /packages/PrintSpooler/AndroidManifest.xml
parentdfafaffe8601a3483e8da8f32bd4c754fecb88c1 (diff)
downloadframeworks_base-1a3ef4fafb3dd774b42e4b9239cbde8ba13bb83a.zip
frameworks_base-1a3ef4fafb3dd774b42e4b9239cbde8ba13bb83a.tar.gz
frameworks_base-1a3ef4fafb3dd774b42e4b9239cbde8ba13bb83a.tar.bz2
Spooler broken on upgrade.
The spooler apk was signed with the platform certificate and used a redundant shared user id. Now the spooler is signed with a default certificate and uses the same share user id. Since the shared user id is associated with the platform certificate the package manager rejects the spooler apk because it requested the same shared user id with a different certificate. This change removes the unnecessary shared user id from the manifest. Change-Id: I208ef17fc6c25e67338682e56f9ce0e7e9d65642
Diffstat (limited to 'packages/PrintSpooler/AndroidManifest.xml')
-rw-r--r--packages/PrintSpooler/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/PrintSpooler/AndroidManifest.xml b/packages/PrintSpooler/AndroidManifest.xml
index 6fa3ed4..83ec1ad 100644
--- a/packages/PrintSpooler/AndroidManifest.xml
+++ b/packages/PrintSpooler/AndroidManifest.xml
@@ -18,7 +18,6 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.printspooler"
- android:sharedUserId="android.uid.printspooler"
android:versionName="1"
android:versionCode="1">