aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-11-03 22:47:53 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-11-03 22:47:53 +0100
commit66def839d26bb90f886f7760b092c9dee809e350 (patch)
tree1476176ca116d697c047e45208fe08c8af2583c3 /AndroidManifest.xml
parentbb9f2c8cb16829c3f011c0259cd1ae5096c85816 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-66def839d26bb90f886f7760b092c9dee809e350.tar.gz
android_packages_wallpapers_PhotoPhase-66def839d26bb90f886f7760b092c9dee809e350.tar.bz2
android_packages_wallpapers_PhotoPhase-66def839d26bb90f886f7760b092c9dee809e350.zip
Add changelog activity
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d8c08d1..b9dbacf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -56,9 +56,9 @@
android:exported="true"
android:label="@string/app_name"
android:description="@string/app_description" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ </intent-filter>
</activity>
<activity
@@ -66,9 +66,20 @@
android:exported="true"
android:label="@string/app_name"
android:description="@string/app_description">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ </intent-filter>
+ </activity>
+
+ <activity
+ android:name=".preferences.ChangeLogActivity"
+ android:exported="false"
+ android:label="@string/app_name"
+ android:theme="@style/PhotoPhase.Theme.Holo.Light.Overlay"
+ android:uiOptions="none" >
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ </intent-filter>
</activity>
</application>