summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ec72fb77..2e642e7d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,13 +58,6 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
- <activity android:name="ReviewImage"
- android:label="@string/view_label"
- android:theme="@style/CustomTheme"
- android:screenOrientation="behind"
- android:configChanges="orientation|keyboardHidden"
- android:exported="true">
- </activity>
</application>
</manifest>