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

Commit a3c7d0ec authored by Garfield Tan's avatar Garfield Tan Committed by Android (Google) Code Review
Browse files

Merge "Allow signature apps to obtain REPOSITION_SELF_WINDOWS" into main

parents 1ccc8d44 3d704429
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -9288,11 +9288,12 @@
    <!-- Allows an application to programmatically move and resize its tasks when the system is in
        a state that allows such operations, e.g. in a desktop-like environment. It is only
        extended to the {@link android.app.role.RoleManager#ROLE_BROWSER default browser}.
        <p>Protection level: internal|role
        extended to the {@link android.app.role.RoleManager#ROLE_BROWSER default browser} and OEM
        specific signature apps.
        <p>Protection level: signature|role
        @FlaggedApi(com.android.window.flags.Flags.FLAG_ENABLE_WINDOW_REPOSITIONING_API) -->
    <permission android:name="android.permission.REPOSITION_SELF_WINDOWS"
        android:protectionLevel="internal|role"
        android:protectionLevel="signature|role"
        android:featureFlag="com.android.window.flags.enable_window_repositioning_api" />
    <!-- @SystemApi