2013-09-15 14:08:14 -04:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="keepass2android.javafilestorage"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0" >
|
|
|
|
|
2013-09-28 01:46:44 -04:00
|
|
|
|
2013-09-15 14:08:14 -04:00
|
|
|
<uses-sdk
|
|
|
|
android:minSdkVersion="8"
|
|
|
|
android:targetSdkVersion="14" />
|
|
|
|
|
|
|
|
|
|
|
|
<application
|
|
|
|
android:allowBackup="true"
|
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:theme="@style/AppTheme" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</application>
|
2013-10-07 00:28:06 -04:00
|
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
|
2013-09-15 14:08:14 -04:00
|
|
|
|
|
|
|
</manifest>
|