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

Commit f63288cf authored by fayey's avatar fayey Committed by Faye Yan
Browse files

Add 'module' permission flag into the permission 'INTERNAL_SYSTEM_WINDOW'.

Verification in ag/20666093.

Test: atest CtsPermission2TestCases

Bug: 241823178
Change-Id: Icd50733bf5adfd90e6559b4ec8da4f131c27e2ae
parent d93a1a00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4025,7 +4025,7 @@
         @hide
    -->
    <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|module" />

    <!-- Allows an application to avoid all toast rate limiting restrictions.
         <p>Not for use by third-party applications.