tachiyomi/app/src/main/java/eu/kanade/domain/base
Ivan Iskandar 627f07408e
Add private extension install method (#9710)
* Add private extension install method

Private extensions are put inside private data directory of the running app, so
this kind of extensions can only be used by the running app and not shared with
other apps.

One limitation of private extension is the lack of deeplink handlers (if there's
any) since the extension APK is not installed to the system.

When both kinds of extensions are installed with a same package name, shared
extension (the one installed to the system) will be used unless the version
codes are different. In that case the one with higher version code will be used.

* update
2023-08-05 12:15:52 -04:00
..
BasePreferences.kt Add private extension install method (#9710) 2023-08-05 12:15:52 -04:00
ExtensionInstallerPreference.kt Bump dependencies 2023-07-18 19:12:04 -04:00