Bugfix: Correct display of filenames/database names when using GDrive

updated ART warning
added debug-Manifest (different package name)
commit Manifest for last offline release
removed Internet permissions (not required for Offline version) in KdbLibrary
This commit is contained in:
Philipp Crocoll
2014-03-23 16:57:52 +01:00
parent 8cb849365e
commit 964cd76bca
13 changed files with 323 additions and 180 deletions

View File

@@ -29,6 +29,3 @@ using Android.App;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]