aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-29 23:24:05 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-29 23:24:05 +0200
commit9a22917951a9dacc9470633f94b769c4d7187943 (patch)
treeb4c484158caf88273a9ebecc81074bced0fd675c /src/main/AndroidManifest.xml
parentf149772daffab5351aec06c5e62ebb9e9d54dc64 (diff)
migrate recording activity to view binder
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index d4f7361ea..9f9787bf4 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -223,23 +223,10 @@
<activity
android:name=".ui.RecordingActivity"
android:configChanges="orientation|screenSize"
- android:label="@string/app_name"
- android:theme="@style/ConversationsDialog">
- <intent-filter>
- <action android:name="android.provider.MediaStore.RECORD_SOUND" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
+ android:theme="@style/ConversationsTheme.Dialog" />
<activity
android:name=".ui.ShareLocationActivity"
- android:label="@string/share_location"
- android:parentActivityName=".ui.ConversationsActivity">
- <intent-filter>
- <action android:name="de.pixart.messenger.location.request" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
+ android:label="@string/share_location" />
<activity
android:name=".ui.ShowLocationActivity"
android:label="@string/show_location">