stats4sd / Picsa-Extension-Toolkit

This is the public repository for the PICSA app, a tool used to support decision making by farmers through the PICSA approach
https://picsa.app
Other
0 stars 1 forks source link

Share apk directly from app #149

Open chrismclarke opened 6 years ago

chrismclarke commented 6 years ago

Could consider bundling the apk with the app to allow direct share, or possibly figure out how to extract. Doubling bundle size wouldn't be ideal but could be effective way to help extension share with farmers who don't have shareIt

chrismclarke commented 6 years ago

Examples of apk extraction/generation: https://medium.com/mindorks/build-an-apk-extractor-android-app-using-kotlin-39c46cf6ec5f

https://beebom.com/how-extract-apk-android-app/

chrismclarke commented 5 years ago

note, if can't locate installed apk could just package apk with app perhaps? would double size but be a reasonable workaround (perhaps just for android >=5.1)