Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ac604c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [3927160, 3927161, 3925898, 3925949, 3927795, 3927796,...

Merge cherrypicks of [3927160, 3927161, 3925898, 3925949, 3927795, 3927796, 3927162, 3927227, 3927621] into pi-release

Change-Id: I805c0c923024356a08ab55c16be64c142cdf33ee
parents b738f2ad 23f6ed6b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23603,7 +23603,8 @@ Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
        private SigningDetails getSigningDetails(int uid) {
            synchronized (mPackages) {
                final Object obj = mSettings.getUserIdLPr(uid);
                final int appId = UserHandle.getAppId(uid);
                final Object obj = mSettings.getUserIdLPr(appId);
                if (obj != null) {
                    if (obj instanceof SharedUserSetting) {
                        return ((SharedUserSetting) obj).signatures.mSigningDetails;