-
Notifications
You must be signed in to change notification settings - Fork 21
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
APK's permissions, ".obb not found" message #17
Comments
These are the permissions that are requested by any application built on the Ren'Py engine. Basically, I can build an application without these permissions, but I can't guarantee its correct operation: I will have to modify RAPT files (build system for Android).
This application does not require the Internet.
You forgot to put the
Nothing! Honestly. |
Makes sense. If possible, would you try to disable them? Android geeks won't download any app which require internet permission to protect their device.
Yep, my bad. But hey, how about adding an appropriate message instead of "Looking for resource to download" notification? e.g. Show dialogue when .ogg not found FYI: There's many device which doesn't have SD card slot. Try scanning these path too. All above path is correct which leads you to sdcard's root path.
Confirmed by glancing all your source codes :) |
I'll try to do it in the next alpha.
Eh, this is again part of RAPT, which I have to rewrite...
Part of RAPT! |
So I tried installing your APK to my phone, and this app required these permissions:
modify or delete SD card
read the data from SD card
com.android.vending.CHECK_LICENSE
full network access
view network connections
view WLAN connections
control vibration
prevent phone from sleeping
I don't understand why these 4:
com.android.vending.CHECK_LICENSE
full network access
view network connections
view WLAN connections
is required. Can't you make this app standalone (play without internet)?
Also, after I install the app and open it, it closed automatically
and showed this notification:
"Doki Doki Literature Club!
Looking for resource to download"
Good thing is I don't connect to internet. What are you trying to download?
The text was updated successfully, but these errors were encountered: