-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APK Package Management #1715
APK Package Management #1715
Conversation
We might just as well go to java 11, as 9 is unsupported
… installing, uninstalling and listing all the packages.
7fbebe2
to
f71f6de
Compare
I don't have write access to termux.net, so will use own server currently.
a1183cf
to
6aad178
Compare
I have applied some fixes, so now PR works for installing and uninstalling packages. However it has a one serious issue: you can't install more than one package per session. To install 2 or more packages in sequence, I have to force-close application after each installed apk with |
* Updated the installation process to use PackageInstaller. * Updated uninstalling with broadcasts to notify users. * Removed all the third party libraries.
* Updated the installation process to use PackageInstaller. * Updated uninstalling with broadcasts to notify users. * Removed all the third party libraries.
The mirror at https://staging.termux-mirror.ml/android-10/ might cause issues with download. It has been quite slow in my testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
time for me it would like
This PR contains the implementation of APK management including downloading, installing, uninstalling and listing out the installed packages, according to the latest and recommended methods.