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

Commit 30c1ce2e authored by Kweku Adams's avatar Kweku Adams
Browse files

Removing EXPLICIT tag from shared uid name.

It's a value that's hard-coded in apps' AndroidManifest.xml files.

Test: flash device
Change-Id: Iab28371408caf40bc9e9798bac8aff9551a1c07f
parent ea2bc6ff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ message PackageServiceDumpProto {
        option (android.msg_privacy).dest = DEST_AUTOMATIC;

        optional int32 user_id = 1;
        optional string name = 2 [ (android.privacy).dest = DEST_EXPLICIT ];
        // Name of the shared UID. eg: android.uid.bluetooth
        optional string name = 2;
    }

    // Installed packages.