2021-09-03 04:31:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-05-10 03:53:47 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
2021-09-03 04:31:33 +00:00
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
|
|
|
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
|
|
|
|
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
|
|
|
|
|
|
|
<application
|
|
|
|
android:appComponentFactory="%s"
|
|
|
|
android:name="%s"
|
|
|
|
tools:ignore="GoogleAppIndexingWarning,MissingApplicationIcon,UnusedAttribute">
|
|
|
|
|
|
|
|
%s
|
|
|
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|