Add ROTATE_SURFACE_FLINGER permission to Launcher
This permission is requried for arbitrary rotation (other than 90 degreee) on a Surface. Which is useful for Launcher to rotate the app leash when animating from fullscreen landscape to PiP window onto home in portrait mode. Bug: 171802909 Test: m -j Change-Id: I09e3b2915c17154ef3c91aff888a391dc337a18a
This commit is contained in:
parent
2fe8e76bd1
commit
f4b60d5f9c
|
@ -40,6 +40,8 @@
|
||||||
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
|
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
|
||||||
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
|
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
|
||||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
|
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
|
||||||
|
<!-- for rotating surface by arbitrary degree -->
|
||||||
|
<uses-permission android:name="android.permission.ROTATE_SURFACE_FLINGER" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Permissions required for read/write access to the workspace data. These permission name
|
Permissions required for read/write access to the workspace data. These permission name
|
||||||
|
|
Loading…
Reference in New Issue