]> Pileus Git - ~andy/freeotp/blobdiff - AndroidManifest.xml
Enable support for non-continuous autofocus
[~andy/freeotp] / AndroidManifest.xml
index 8c2c6027a91ead42e957c3c283f25099c7e507e0..6d2426f30071802b312b251326e609a6becc683a 100644 (file)
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.fedorahosted.freeotp"
-    android:versionCode="4"
-    android:versionName="1.2" >
+    android:versionCode="10"
+    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"