removing the USE_BIOMETRIC permission by default, add only if needed
This commit is contained in:
parent
a1a741c881
commit
dc3f4b619e
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<?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.commons">
|
||||
|
||||
<queries>
|
||||
|
@ -15,6 +16,10 @@
|
|||
android:name="android.hardware.screen.portrait"
|
||||
android:required="false" />
|
||||
|
||||
<uses-permission
|
||||
android:name="android.permission.USE_BIOMETRIC"
|
||||
tools:node="remove" />
|
||||
|
||||
<application>
|
||||
<receiver
|
||||
android:name=".receivers.SharedThemeReceiver"
|
||||
|
|
Loading…
Reference in a new issue