File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
template/android/activity Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ FILE* stderr = NULL;
5151// horrors of getting jvm methods, name mangling etc
5252// applicationId not in manifest
5353// 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
5456
5557// ONHOLD
5658// backgrounding
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ protected void onCreate(Bundle arg0) {
207207
208208 getWindow ().setDecorFitsSystemWindows (false );
209209 getWindow ().setStatusBarColor (android .graphics .Color .TRANSPARENT );
210+ getWindow ().addFlags (WindowManager .LayoutParams .FLAG_KEEP_SCREEN_ON );
210211
211212 init (this );
212213 FMOD .init (this );
You can’t perform that action at this time.
0 commit comments