CLOUD: Add Networking::Connection::isLimited()
`false` everywhere by default, but works on Android (`true` if not Wi-Fi).
This commit is contained in:
parent
0c1c274abd
commit
a13e03e988
10 changed files with 184 additions and 21 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
static void getDPI(float *values);
|
||||
static void displayMessageOnOSD(const char *msg);
|
||||
static bool openUrl(const char *url);
|
||||
static bool isConnectionLimited();
|
||||
static void showVirtualKeyboard(bool enable);
|
||||
static void addSysArchivesToSearchSet(Common::SearchSet &s, int priority);
|
||||
|
||||
|
@ -91,6 +92,7 @@ private:
|
|||
static jmethodID _MID_getDPI;
|
||||
static jmethodID _MID_displayMessageOnOSD;
|
||||
static jmethodID _MID_openUrl;
|
||||
static jmethodID _MID_isConnectionLimited;
|
||||
static jmethodID _MID_setWindowCaption;
|
||||
static jmethodID _MID_showVirtualKeyboard;
|
||||
static jmethodID _MID_getSysArchives;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue