|
|
|
@ -132,8 +132,10 @@
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityMain"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:launchMode="singleInstance"
|
|
|
|
|
android:theme="@style/Theme.AppCompat.Translucent">
|
|
|
|
|
|
|
|
|
@ -265,7 +267,9 @@
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityCompose"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
|
android:parentActivityName=".ActivityView">
|
|
|
|
|
<meta-data
|
|
|
|
@ -309,8 +313,10 @@
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityEML"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
@ -343,8 +349,10 @@
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityDSN"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
@ -363,8 +371,10 @@
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityAMP"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
@ -382,8 +392,10 @@
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityDmarc"
|
|
|
|
|
android:enabled="false"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
@ -408,6 +420,7 @@
|
|
|
|
|
<!-- https://developer.android.com/training/permissions/explaining-access -->
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ActivityRationale"
|
|
|
|
|
android:description="@string/app_name"
|
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|