From 00dcbd7f57d7f41b7c4d9d02d23365d02c5d89a8 Mon Sep 17 00:00:00 2001 From: MarijnS95 Date: Fri, 22 May 2020 17:57:25 +0200 Subject: [PATCH] Remove unnecessary, deprecated sharedUserId with system sharedUserId is a deprecated flag [1] that muddies the waters when it comes to enforcement of various policies and permissions. QcRilAm doesn't use any and operates just fine within normal app boundaries (uses public APIs, doesn't need any permissions outside "normal" ones, and accesses vendor services properly over Binder). This also allows the signing key to differ from platform, where other android.uid.system apps are signed with. [1] https://developer.android.com/guide/topics/manifest/manifest-element#uid Signed-off-by: MarijnS95 --- AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4170f92..97bfe50 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,6 @@