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

Commit 8637d4e3 authored by Hiroki Sato's avatar Hiroki Sato
Browse files

Grant SET_POINTER_SPEED to Shell

This is required to verify mouse pointer behavior.

Bug: 380001108
Test: AutoclickPanelTests (with Ib1b8ac3d16b7d4d40552f8070330b25df1bc1508)
Flag: EXEMPT bugfix
Change-Id: I0f7ba4ec9271b622a3bab608e4d8a8bcaf22b28e
parent ab12b117
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1027,6 +1027,9 @@
    <!-- Permission required for trade-in mode testing -->
    <uses-permission android:name="android.permission.ENTER_TRADE_IN_MODE" />

    <!-- Permission required to test mouse movement on display -->
    <uses-permission android:name="android.permission.SET_POINTER_SPEED" />

    <application
        android:label="@string/app_label"
        android:theme="@android:style/Theme.DeviceDefault.DayNight"