am 528c64e2: Merge "Repair broken keychain wifi_uid logic" into lmp-mr1-dev
* commit '528c64e205bf1d8f8237fb4e582d152958345b92': Repair broken keychain wifi_uid logic
This commit is contained in:
@@ -223,9 +223,9 @@ public final class CredentialStorage extends Activity {
|
|||||||
Bundle bundle = mInstallBundle;
|
Bundle bundle = mInstallBundle;
|
||||||
mInstallBundle = null;
|
mInstallBundle = null;
|
||||||
|
|
||||||
final int uid = bundle.getInt(Credentials.EXTRA_INSTALL_AS_UID, -1);
|
final int uid = bundle.getInt(Credentials.EXTRA_INSTALL_AS_UID, KeyStore.UID_SELF);
|
||||||
|
|
||||||
if (!UserHandle.isSameUser(uid, Process.myUid())) {
|
if (uid != KeyStore.UID_SELF && !UserHandle.isSameUser(uid, Process.myUid())) {
|
||||||
int dstUserId = UserHandle.getUserId(uid);
|
int dstUserId = UserHandle.getUserId(uid);
|
||||||
int myUserId = UserHandle.myUserId();
|
int myUserId = UserHandle.myUserId();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user