1

I'm making a GUI app for a package manager I'm working on, but I don't if you can install APKs programmatically using Beeware. I'm using Beeware because it's the only library I'm comfortable using.

wideey
  • 13
  • 3

1 Answers1

1

I don't know about programmatic APK installation specifically, but if you can find the Java API for doing that, then you can call it from your BeeWare app using the Chaquopy API described here.

mhsmith
  • 6,675
  • 3
  • 41
  • 58