From 1a3ef4fafb3dd774b42e4b9239cbde8ba13bb83a Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 5 Sep 2013 16:14:28 -0700 Subject: 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 --- packages/PrintSpooler/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/PrintSpooler') 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 @@ --> -- cgit v1.1