aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 42e2545..57a685d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
+<!--
Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,7 +22,7 @@
<original-package android:name="org.cyanogenmod.wallpapers.photophase" />
- <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="18" />
+ <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19" />
<uses-feature android:name="android.software.live_wallpaper" android:required="true" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
@@ -40,7 +40,7 @@
android:largeHeap="true">
<service
- android:name="PhotoPhaseWallpaper"
+ android:name=".PhotoPhaseWallpaper"
android:enabled="true"
android:label="@string/app_name"
android:description="@string/app_description"
@@ -71,13 +71,6 @@
</intent-filter>
</activity>
- <activity
- android:name=".SetPhotoPhaseWallpaperActivity"
- android:exported="true"
- android:label="@string/app_name"
- android:description="@string/app_description">
- </activity>
-
</application>
</manifest>