mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added clear all settings tile
This commit is contained in:
@@ -293,6 +293,12 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".ActivityClear"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false"
|
||||
android:launchMode="singleInstance" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivityError"
|
||||
android:exported="false"
|
||||
@@ -447,6 +453,18 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service
|
||||
android:name=".ServiceTileClear"
|
||||
android:exported="true"
|
||||
android:icon="@drawable/twotone_warning_24"
|
||||
android:label="@string/app_name"
|
||||
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service
|
||||
android:name=".ServiceTileSynchronize"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user