]> www.average.org Git - YkNeoCR.git/blobdiff - AndroidManifest.xml
names/theme setup
[YkNeoCR.git] / AndroidManifest.xml
index 70507a433278f512e5381b04b6c1f0ff6b256812..ee3692d339fb36b699577c411212bf96222c1451 100644 (file)
@@ -3,13 +3,25 @@
       package="org.average.nfcauthcr"
       android:versionCode="1"
       android:versionName="1.0">
-    <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
-        <activity android:name="NFCAuthCRConf"
+    <uses-sdk android:minSdkVersion="10"
+              android:targetSdkVersion="17" />
+
+    <uses-permission android:name="android.permission.NFC" />
+    <uses-feature android:name="android.hardware.nfc"
+                  android:required="true" />
+
+    <application android:label="@string/app_name"
+                 android:icon="@drawable/yalekey"
+                 android:allowBackup="true"
+                 android:theme="@style/AppTheme">
+
+        <activity android:name=".NFCAuthCREnroll"
                   android:label="@string/app_name">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
+
     </application>
 </manifest>