Introduced IDatabaseLoader
(kdb not yet working)
This commit is contained in:
		| @@ -2,8 +2,8 @@ | ||||
| <classpath> | ||||
| 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||||
| 	<classpathentry kind="src" path="src"/> | ||||
| 	<classpathentry kind="src" path="gen"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||||
| 	<classpathentry kind="output" path="bin/classes"/> | ||||
| </classpath> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     package="keepass2android.kp2akeytransform" | ||||
|     package="keepass2android.KdbLibrary" | ||||
|     android:versionCode="1" | ||||
|     android:versionName="1.0" > | ||||
|  | ||||
| @@ -7,8 +7,7 @@ | ||||
|         android:minSdkVersion="8" | ||||
|         android:targetSdkVersion="17" /> | ||||
|  | ||||
|     <application | ||||
|         android:allowBackup="true"> | ||||
|     <application> | ||||
|     </application> | ||||
|  | ||||
| </manifest> | ||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll