Fix uses-feature...

...and change package name to example

Change-Id: If2f921be1e2e44ea562824b181d8277a10c64f1b
This commit is contained in:
neatchee 2014-06-02 16:24:55 -07:00
parent f91c65eb9c
commit 3c2166d7c2
1 changed files with 2 additions and 4 deletions

View File

@ -16,13 +16,11 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.cyanogenmod.theme.template"
package="com.your.package.name"
android:versionCode="1"
android:versionName="1" >
<uses-feature android:required="true" android:name="org.cyanogenmod.theme.template" />
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-feature android:required="true" android:name="org.cyanogenmod.theme" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />