Index: platform_tools/android/apps/viewer/src/main/AndroidManifest.xml |
diff --git a/platform_tools/android/apps/viewer/src/main/AndroidManifest.xml b/platform_tools/android/apps/viewer/src/main/AndroidManifest.xml |
index 2ed88e1da65447bdf4bc390d24c196e09ede204c..a1fd9714e369f711d64aab1427bdcf63c928c8fe 100644 |
--- a/platform_tools/android/apps/viewer/src/main/AndroidManifest.xml |
+++ b/platform_tools/android/apps/viewer/src/main/AndroidManifest.xml |
@@ -7,14 +7,11 @@ |
<application |
android:allowBackup="false" |
+ android:theme="@android:style/Theme.Holo.Light" |
+ android:name=".ViewerApplication" |
android:label="Viewer"> |
- <activity android:name=".ViewerActivity" |
- android:label="Viewer" |
- android:screenOrientation="portrait" |
- android:configChanges="orientation|keyboardHidden"> |
- <meta-data android:name="android.app.lib_name" |
- android:value="viewer" /> |
+ <activity android:name=".ViewerActivity"> |
<intent-filter> |
<action android:name="android.intent.action.MAIN" /> |
<category android:name="android.intent.category.LAUNCHER" /> |