SDL: settings file sohuld be non-readable by other apps for API level 25

This commit is contained in:
Sergii Pylypenko
2017-01-13 15:15:41 +02:00
parent 05f6522c27
commit 6a7d1887b8
6 changed files with 13 additions and 8 deletions

View File

@@ -693,6 +693,7 @@ int main(int argc, char* argv[])
if(evt.key.keysym.sym == SDLK_1)
{
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_2, 0);
SDL_ANDROID_OpenExternalWebBrowser("http:/google.com/");
}
if(evt.key.keysym.sym == SDLK_2)
{