mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +00:00
Added label/description to exported activities
This commit is contained in:
parent
576148664e
commit
d787d10c9d
5 changed files with 65 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -131,8 +131,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">
|
||||
|
||||
|
@ -264,7 +266,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
|
||||
|
@ -308,8 +312,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>
|
||||
|
@ -342,8 +348,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>
|
||||
|
@ -362,8 +370,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>
|
||||
|
@ -381,8 +391,10 @@
|
|||
<activity
|
||||
android:name=".ActivityDmarc"
|
||||
android:enabled="true"
|
||||
android:description="@string/app_name"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleInstance">
|
||||
|
||||
<intent-filter>
|
||||
|
@ -407,6 +419,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"
|
||||
|
|
|
@ -131,8 +131,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">
|
||||
|
||||
|
@ -264,7 +266,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
|
||||
|
@ -308,8 +312,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>
|
||||
|
@ -342,8 +348,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>
|
||||
|
@ -362,8 +370,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>
|
||||
|
@ -380,9 +390,11 @@
|
|||
|
||||
<activity
|
||||
android:name=".ActivityDmarc"
|
||||
android:description="@string/app_name"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleInstance">
|
||||
|
||||
<intent-filter>
|
||||
|
@ -407,6 +419,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"
|
||||
|
|
|
@ -131,8 +131,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">
|
||||
|
||||
|
@ -264,7 +266,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
|
||||
|
@ -308,8 +312,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>
|
||||
|
@ -342,8 +348,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>
|
||||
|
@ -362,8 +370,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>
|
||||
|
@ -380,8 +390,10 @@
|
|||
|
||||
<activity
|
||||
android:name=".ActivityDmarc"
|
||||
android:description="@string/app_name"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleInstance">
|
||||
|
||||
<intent-filter>
|
||||
|
@ -406,6 +418,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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue