mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Prevent Android from automatically locking display (#6876)
As mentioned in #5759
This commit is contained in:
parent
e7b44c3295
commit
ff2ceed381
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ public class MtNativeActivity extends NativeActivity {
|
|||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
|
||||
m_MessagReturnCode = -1;
|
||||
m_MessageReturnValue = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue