summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c79f8ca..51840575 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,18 +38,11 @@
</intent-filter>
</activity>
<activity android:name="VideoCamera"
- android:label="@string/video_camera_label"
android:configChanges="orientation|keyboardHidden"
- android:icon="@drawable/ic_launcher_video_camera"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
- android:taskAffinity="android.task.videocamera">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
+ android:taskAffinity="android.task.camera">
<intent-filter>
<action android:name="android.media.action.VIDEO_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />