|
|
|
@ -1,7 +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.beemdevelopment.aegis">
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
|
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
|
|
|
@ -25,7 +24,8 @@
|
|
|
|
|
android:label="Aegis"
|
|
|
|
|
android:supportsRtl="true"
|
|
|
|
|
android:theme="@style/Theme.Aegis.Launch"
|
|
|
|
|
tools:replace="android:theme">
|
|
|
|
|
tools:replace="android:theme"
|
|
|
|
|
tools:targetApi="s">
|
|
|
|
|
<activity android:name=".ui.TransferEntriesActivity"
|
|
|
|
|
android:label="@string/title_activity_transfer" />
|
|
|
|
|
<activity
|
|
|
|
|