diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml new file mode 100644 index 0000000..73d5c2c --- /dev/null +++ b/android/AndroidManifest.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..f53fe30 Binary files /dev/null and b/logo.png differ diff --git a/path_functions.cpp b/path_functions.cpp index 8b9ff47..e9476d5 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -12,6 +12,8 @@ QString AOApplication::get_base_path() { #ifdef BASE_OVERRIDE return base_override; +#elif defined(ANDROID) + return "/storage/extSdCard/AO2/"; #else return QDir::currentPath() + "/base/"; #endif