We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcdb2f commit 4e0b686Copy full SHA for 4e0b686
2 files changed
core/pen/source/android/os.cpp
@@ -51,6 +51,8 @@ FILE* stderr = NULL;
51
// horrors of getting jvm methods, name mangling etc
52
// applicationId not in manifest
53
// install gradle. to build
54
+// API access service account hell
55
+// https://help.radio.co/en/articles/6232140-how-to-get-your-google-play-json-key
56
57
// ONHOLD
58
// backgrounding
core/template/android/activity/pen_activity.java
@@ -207,6 +207,7 @@ protected void onCreate(Bundle arg0) {
207
208
getWindow().setDecorFitsSystemWindows(false);
209
getWindow().setStatusBarColor(android.graphics.Color.TRANSPARENT);
210
+ getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
211
212
init(this);
213
FMOD.init(this);
0 commit comments