MuntashirAkon / AppManager

A full-featured package manager and viewer for Android
https://muntashirakon.github.io/AppManager/
Other
4.29k stars 252 forks source link

Apk share #1372

Closed appt2 closed 1 week ago

appt2 commented 1 week ago

Describe the existing feature/documentation

hello @MuntashirAkon I wanted to know how can I share the apk file because no matter what I tried I couldn't find the Java code for it, can you help me?

Describe your problem(s)

No response

Additional context

No response

MuntashirAkon commented 1 week ago

You can take a look at this: https://github.com/MuntashirAkon/AppManager/blob/1a8928c3717707fbcc938c53ae117827757bcf26/app/src/main/java/io/github/muntashirakon/AppManager/details/info/AppInfoFragment.java#L399-L414

appt2 commented 1 week ago

You can take a look at this:

https://github.com/MuntashirAkon/AppManager/blob/1a8928c3717707fbcc938c53ae117827757bcf26/app/src/main/java/io/github/muntashirakon/AppManager/details/info/AppInfoFragment.java#L399-L414

tnks