vladikoff / chromeos-apk

☢️ Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows.
MIT License
7.74k stars 928 forks source link

Allow apps to install new APKs #285

Open aurium opened 4 years ago

aurium commented 4 years ago

F-Droid install successfully, however it can install APKs from its repository.

The error is "This Android rom does not support ACTION_INSTALL_PACKAGE!"

I understand it must implement system calls to chromeos-apk tool and register new chrome app. I think it is a important step to make this solution more relevant.

Good job! ♥