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

Commit 156009d4 authored by tibbi's avatar tibbi
Browse files

explicitly remove the fingerprint permission

parent 745fc0cd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.simplemobiletools.flashlight">

    <uses-permission android:name="android.permission.CAMERA"/>
    <uses-permission android:name="android.permission.FLASHLIGHT"/>

    <uses-permission
        android:name="android.permission.USE_FINGERPRINT"
        tools:node="remove"/>

    <uses-feature
        android:name="android.hardware.camera.flash"
        android:required="true"/>