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

Commit b97ee9bf authored by Alexandre Roux's avatar Alexandre Roux
Browse files

spoofing signatures only for system apps

parent 0d92b24a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2658,7 +2658,7 @@
    <!-- @hide Allows an application to change the package signature as
	 seen by applications -->
    <permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"
        android:protectionLevel="dangerous"
        android:protectionLevel="signatureOrSystem"
        android:label="@string/permlab_fakePackageSignature"
        android:description="@string/permdesc_fakePackageSignature" />