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

Commit cf5b741e authored by Nikhil Kumar's avatar Nikhil Kumar
Browse files

Added android.permission.USE_EXACT_ALARM in systemUI

Screen recording from a secondary user need one of the permission from
android.permission.SCHEDULE_EXACT_ALARM,
android.permission.USE_EXACT_ALARM,
android:activate_vpn

Added USE_EXACT_ALARM permission to support screen recording on
the secondary user.

Test: tested screen recording on a secondary user
Bug: 274613098
Bug: 279559510
Change-Id: I164f783690d6f4ddb67daf8f53d1b1804ebe1bda
parent 961b2c29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
    <uses-permission android:name="android.permission.USE_EXACT_ALARM"/>

    <!-- Assist -->
    <uses-permission android:name="android.permission.ACCESS_VOICE_INTERACTION_SERVICE" />