itkach / aard2-android

Aard2 for Android, a simple dictionary app
GNU General Public License v3.0
425 stars 98 forks source link

declare android:installLocation to auto #185

Open 9mdv opened 5 days ago

9mdv commented 5 days ago

Allows the app to be installed/moved to the external storage (e.g. SD card), as per the docs.

This is useful for users like me who's running out of internal storage space.

Thanks.