]> Pileus Git - ~andy/freeotp/blobdiff - AndroidManifest.xml
Switch to debug name
[~andy/freeotp] / AndroidManifest.xml
index af4a8bef298b8c736c6ab0ae5c89ae580c61be4d..611aa3a8fff5adfd6e99f13fd5016b52ff969d6c 100644 (file)
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.fedorahosted.freeotp"
-    android:versionCode="3"
-    android:versionName="1.1" >
+    android:versionCode="12"
+    android:versionName="1.3" >
 
     <uses-sdk
         android:minSdkVersion="11"
         android:targetSdkVersion="19" />
 
+    <supports-screens
+        android:smallScreens="true"
+        android:normalScreens="true"
+        android:largeScreens="true"
+        android:xlargeScreens="true"
+        android:resizeable="true"
+        android:anyDensity="true" />
+
+    <uses-permission android:name="android.permission.CAMERA" />
+    <uses-feature android:name="android.hardware.camera" android:required="false" />
+    <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
+
     <application
         android:allowBackup="true"
         android:icon="@drawable/ic_launcher"