mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
remove USE_FULL_SCREEN_INTENT removal from build
This commit is contained in:
parent
e4d80af33a
commit
05c90b8757
@ -15,6 +15,9 @@
|
||||
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
||||
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
|
||||
|
||||
<!--removes permission from build, fixes issue of notifee pushing permission in production -->
|
||||
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" tools:node="remove" />
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
Loading…
Reference in New Issue
Block a user