Clean up AndroidManifest.xml

Change-Id: I37de8fd9dbe56b0106fe20a32f57dd9ea11fc88e
This commit is contained in:
Clark Scheff 2014-09-12 16:44:05 -07:00
parent 5b783313d1
commit 0d8ef68872
2 changed files with 7 additions and 5 deletions

View File

@ -22,10 +22,11 @@
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
<application android:hasCode="false" android:icon="@drawable/ic_launcher" android:label="Theme Template">
</application>
<meta-data android:name="org.cyanogenmod.theme.name" android:value="@string/theme_name"/>
<meta-data android:name="org.cyanogenmod.theme.author" android:value="@string/theme_author" />
<meta-data android:name="org.cyanogenmod.theme.name" android:value="Theme Template"/>
<meta-data android:name="org.cyanogenmod.theme.author" android:value="CyanogenMod" />
<application android:hasCode="false"
android:icon="@drawable/ic_launcher"
android:label="@string/theme_name"/>
</manifest>

View File

@ -17,6 +17,7 @@
<resources>
<string name="app_name">Theme Template</string>
<string name="theme_name">Theme Template</string>
<string name="theme_author">CyanogenMod</string>
</resources>