mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 12:35:05 -05:00
release 1.0
This commit is contained in:
parent
641aa5a8b4
commit
d4c6eb6e99
@ -14,7 +14,7 @@ using Keepass2android.Pluginsdk;
|
||||
|
||||
namespace keepass2android.AutoFillPlugin
|
||||
{
|
||||
[Activity(Label = "@string/LookupTitle", LaunchMode = Android.Content.PM.LaunchMode.SingleInstance)]
|
||||
[Activity(Label = "@string/LookupTitle", LaunchMode = Android.Content.PM.LaunchMode.SingleInstance, Theme="@style/android:Theme.Material.Light")]
|
||||
public class LookupCredentialsActivity : Activity
|
||||
{
|
||||
protected override void OnCreate(Bundle bundle)
|
||||
|
@ -12,6 +12,7 @@ using Android.Widget;
|
||||
|
||||
namespace keepass2android.AutoFillPlugin
|
||||
{
|
||||
#if DEBUG
|
||||
[Activity(Label = "MainActivity", MainLauncher =true)]
|
||||
public class MainActivity : Activity
|
||||
{
|
||||
@ -22,4 +23,5 @@ namespace keepass2android.AutoFillPlugin
|
||||
// Create your application here
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="kp2a.plugin.AutoFill" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21" />
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" />
|
||||
<application android:label="KP2A AutoFillPlugin" android:icon="@drawable/Icon"></application>
|
||||
</manifest>
|
Loading…
Reference in New Issue
Block a user