aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index be3311ebf..5f59388b8 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -238,10 +238,6 @@
android:label="@string/trust_omemo_fingerprints"
android:windowSoftInputMode="stateAlwaysHidden" />
<activity
- android:name="de.duenndns.ssl.MemorizingActivity" />
- <!--android:theme="@style/ConversationsTheme"-->
- <!--tools:replace="android:theme" />-->
- <activity
android:name=".ui.AboutActivity"
android:label="@string/title_activity_about"
android:parentActivityName=".ui.SettingsActivity">
@@ -256,11 +252,8 @@
android:launchMode="singleTask"
android:theme="@style/ConversationsTheme">
</activity>
- <activity
- android:name="com.soundcloud.android.crop.CropImageActivity">
- </activity>
-
- <service android:name=".services.UpdateService" />
+ <activity android:name="com.soundcloud.android.crop.CropImageActivity" />
+ <activity android:name=".ui.MemorizingActivity" />
<service android:name=".services.ExportLogsService" />
<service
android:name=".services.ContactChooserTargetService"