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

Commit 30395c2c authored by Andy Mast's avatar Andy Mast
Browse files

SystemUI: Add uses-permission for fingerprint

Change-Id: Ie72ebdd594c744f14cd61249f89e180b83307ae4

Conflicts:
	packages/SystemUI/AndroidManifest.xml
parent 51672dba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -140,6 +140,9 @@
    <!-- LiveDisplay -->
    <uses-permission android:name="android.permission.HARDWARE_ABSTRACTION_ACCESS" />

    <!-- Fingerprint -->
    <uses-permission android:name="android.permission.ACCESS_FINGERPRINT_SERVICE" />

    <application
        android:name=".SystemUIApplication"
        android:persistent="true"