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

Commit cc5593ec authored by Stanislav Zholnin's avatar Stanislav Zholnin Committed by android-build-merger
Browse files

Merge "Change dangerous permission log order....

Merge "Change dangerous permission log order. https://cs.corp.google.com/piper///depot/google3/logs/proto/wireless/android/stats/platform/westworld/atoms.proto?rcl=253705450&g=0&l=2989 the items in proto is different from what's in the logs." into qt-dev am: 10c67233 am: de53fe55
am: c68a793a

Change-Id: I8d878464e04c19c2b17ad9d396ac390b9e19c629
parents 96f5b0c3 c68a793a
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -1989,10 +1989,9 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
                        e.writeString(permName);
                        e.writeString(permName);
                        e.writeInt(pkg.applicationInfo.uid);
                        e.writeInt(pkg.applicationInfo.uid);
                        e.writeString(pkg.packageName);
                        e.writeString(pkg.packageName);
                        e.writeInt(permissionFlags);

                        e.writeBoolean((pkg.requestedPermissionsFlags[permNum]
                        e.writeBoolean((pkg.requestedPermissionsFlags[permNum]
                                & REQUESTED_PERMISSION_GRANTED) != 0);
                                & REQUESTED_PERMISSION_GRANTED) != 0);
                        e.writeInt(permissionFlags);


                        pulledData.add(e);
                        pulledData.add(e);
                    }
                    }