|
|
|
@ -309,7 +309,7 @@
|
|
|
|
|
android:name=".ActivityEML"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:launchMode="singleTask">
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
@ -343,7 +343,7 @@
|
|
|
|
|
android:name=".ActivityDSN"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:launchMode="singleTask">
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
@ -363,7 +363,7 @@
|
|
|
|
|
android:name=".ActivityAMP"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:launchMode="singleTask">
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
@ -381,7 +381,7 @@
|
|
|
|
|
android:name=".ActivityDmarc"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:launchMode="singleTask">
|
|
|
|
|
android:launchMode="singleInstance">
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|