mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-18 12:55:25 +01:00
Android: Persistent notification while ingame (#13125)
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com> Co-authored-by: grorp <grorp@posteo.de>
This commit is contained in:
committed by
GitHub
parent
409543566a
commit
3e5d9782cc
@@ -36,6 +36,13 @@ void showComboBoxDialog(const std::string *optionList, s32 listSize, s32 selecte
|
||||
*/
|
||||
void shareFileAndroid(const std::string &path);
|
||||
|
||||
/**
|
||||
* Shows/hides notification that the game is running
|
||||
*
|
||||
* @param show whether to show/hide the notification
|
||||
*/
|
||||
void setPlayingNowNotification(bool show);
|
||||
|
||||
/*
|
||||
* Types of Android input dialog:
|
||||
* 1. Text input (single/multi-line text and password field)
|
||||
|
||||
Reference in New Issue
Block a user