mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-24 20:44:06 +01:00
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
# AndroidComapt Root dir
|
|
androidcompat.rootDir = androidcompat-root
|
|
|
|
####################### `android.files` (FilesConfigModule) #######################
|
|
|
|
# Storage dir for the emulated Android app
|
|
android.files.rootDir = ${androidcompat.rootDir}/appdata
|
|
# External storage dir for the emulated Android app's
|
|
android.files.externalStorageDir = ${androidcompat.rootDir}/extappdata
|
|
|
|
# Internal Android directories
|
|
android.files.dataDir = ${android.files.rootDir}/data
|
|
android.files.filesDir = ${android.files.rootDir}/files
|
|
android.files.cacheDir = ${android.files.rootDir}/cache
|
|
android.files.codeCacheDir = ${android.files.rootDir}/code_cache
|
|
android.files.noBackupFilesDir = ${android.files.rootDir}/no_backup
|
|
android.files.databasesDir = ${android.files.rootDir}/databases
|
|
android.files.prefsDir = ${android.files.rootDir}/shared_prefs
|
|
|
|
# External Android directories
|
|
android.files.externalFilesDirs = [${android.files.externalStorageDir}/files]
|
|
android.files.obbDirs = [${android.files.externalStorageDir}/obb]
|
|
android.files.externalCacheDirs = [${android.files.externalStorageDir}/cache]
|
|
android.files.externalMediaDirs = [${android.files.externalStorageDir}/media]
|
|
android.files.downloadCacheDir = ${android.files.externalStorageDir}/downloadCache
|
|
|
|
android.files.packageDir = ${androidcompat.rootDir}/android-compat/packages
|
|
|
|
####################### `android.app` (ApplicationInfoConfigModule) #######################
|
|
|
|
# Emulated Android app package name
|
|
android.app.packageName = eu.kanade.tachiyomi
|
|
# Debug mode for the emulated Android app
|
|
android.app.debug = true
|
|
|
|
####################### `android.system` (SystemConfigModule) #######################
|
|
|
|
# Whether or not the emulated Android system is debuggable
|
|
android.system.isDebuggable = true
|