Add uses-sdk tag and set min and target to 19

This is needed so that the system does not imply unnecessary
permissions.

Change-Id: I438c2bdff9bb58d518ee140571d85d73227858e2
This commit is contained in:
Clark Scheff 2014-08-25 16:38:20 -07:00
parent 16ed0790bf
commit 372dfae05e
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
<uses-feature android:required="true" android:name="org.cyanogenmod.theme" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
<application android:hasCode="false" android:icon="@drawable/ic_launcher" android:label="Theme Template">
</application>