mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Removed settings export
This commit is contained in:
@@ -23,18 +23,6 @@
|
||||
<categories android:name="android.shortcut.conversation" />
|
||||
</shortcut>
|
||||
|
||||
<shortcut
|
||||
android:enabled="false"
|
||||
android:icon="@drawable/ic_shortcut_settings"
|
||||
android:shortcutId="setup"
|
||||
android:shortcutShortLabel="@string/shortcut_setup">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.faircode.email.ActivitySetup"
|
||||
android:targetPackage="eu.faircode.email.debug" />
|
||||
<categories android:name="android.shortcut.conversation" />
|
||||
</shortcut>
|
||||
|
||||
<share-target android:targetClass="eu.faircode.email.ActivityMain">
|
||||
<category android:name="eu.faircode.email.TEXT_SHARE_TARGET" />
|
||||
<data android:mimeType="text/plain" />
|
||||
|
||||
@@ -141,15 +141,9 @@
|
||||
|
||||
<activity
|
||||
android:name=".ActivitySetup"
|
||||
android:exported="true"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:parentActivityName=".ActivityMain">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
android:parentActivityName=".ActivityMain" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivitySignature"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -23,18 +23,6 @@
|
||||
<categories android:name="android.shortcut.conversation" />
|
||||
</shortcut>
|
||||
|
||||
<shortcut
|
||||
android:enabled="false"
|
||||
android:icon="@drawable/ic_shortcut_settings"
|
||||
android:shortcutId="setup"
|
||||
android:shortcutShortLabel="@string/shortcut_setup">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:targetClass="eu.faircode.email.ActivitySetup"
|
||||
android:targetPackage="eu.faircode.email" />
|
||||
<categories android:name="android.shortcut.conversation" />
|
||||
</shortcut>
|
||||
|
||||
<share-target android:targetClass="eu.faircode.email.ActivityMain">
|
||||
<category android:name="eu.faircode.email.TEXT_SHARE_TARGET" />
|
||||
<data android:mimeType="text/plain" />
|
||||
|
||||
Reference in New Issue
Block a user