mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-01 21:42:14 -05:00
52c5c5aa89
+ "PluginA" (sample plugin) + icons and updated text for PluginQR
18 lines
465 B
XML
18 lines
465 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.inputstick.api"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="9"
|
|
android:targetSdkVersion="17" />
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:icon="@drawable/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:theme="@style/AppTheme" >
|
|
</application>
|
|
|
|
</manifest>
|