Skip to content

Commit

Permalink
added uses-feature element
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Nov 18, 2013
1 parent d6635ab commit fb908d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DeviceAdmin/LockMeNow/AndroidManifest.xml
Expand Up @@ -8,6 +8,10 @@
android:minSdkVersion="10"
android:targetSdkVersion="14"/>

<uses-feature
android:name="android.software.device_admin"
android:required="true"/>

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
Expand Down
4 changes: 4 additions & 0 deletions DeviceAdmin/PasswordEnforcer/AndroidManifest.xml
Expand Up @@ -8,6 +8,10 @@
android:minSdkVersion="10"
android:targetSdkVersion="18"/>

<uses-feature
android:name="android.software.device_admin"
android:required="true"/>

<application
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit fb908d8

Please sign in to comment.