-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow use config files & data sets placed outside from root folder #2
Comments
Yes, you are right. Gonna implement it soon. |
25c32e5 This should do it. The custom user directory is under |
Please note that if you are using Android 6.0+, you need to manually allow |
Its not a problem, but is it possible add ask dialog for read/write files on first application start? (as it work now for ask geopositioning dialog) Anyway, its COOL! ;-) |
It is possible but it needs some JNI techniques since Qt currently does not provide API for asking storage read/write permission. Will look into it. |
@chengxinlun, Now I try test this feature:
What is wrong here? |
Put BTW, permission request has been fixed. The app should request for permission during its first run. |
@chengxinlun, it's look like now app request permission for access to filesystem every time when I run it. I can dissable request permission for geolocation using checkbox "Not ask me anymore", but CAN'T dissable request permission for access to filesystem and it requested on each app launch. Android vetsion: 6.0 Application version: 1.24.4 |
While there no yet plugin interface for "Stellarium for Android" it would be good if user could manualy edit config files (in text editor) and place data sets (using file manager) on internal storage or on SDcard.
Would be usefull on non-root'ed devices.
The text was updated successfully, but these errors were encountered: