Install app without staging APK to cache
Please check before submitting an issue
- [x] I am using the latest version of App Manager
- [x] I have searched the issues and haven't found anything relevant
- [x] I have read the docs
Describe a description of the new feature
Sometimes I want I had option to install APK directly without staging it to cache folder (Android/data/io.github.muntashirakon.AppManager/cache)
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
App Manager only caches APK files when there is no reliable way to install them directly. See: https://github.com/MuntashirAkon/AppManager/blob/8b97bec3f24d7b99663637ca9b903130f852a968/app/src/main/java/io/github/muntashirakon/AppManager/apk/CachedApkSource.java#L46-L70
Also, please stop reacting to each and every comments/posts in the issue tracker. Poisoning the issue tracker results in a permanent ban.
On second thoughts, for some specific cases with content providers (which are always cached), it may be possible to use the original APK without caching. I need to look into this.