forked from organicmaps/organicmaps
[ios][power manager] battery level tracking on startup is fixed
This commit is contained in:
parent
6107dd2487
commit
8fd5aba565
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ Platform::Platform()
|
|||
m_guiThread = make_unique<platform::GuiThread>();
|
||||
|
||||
UIDevice * device = UIDevice.currentDevice;
|
||||
device.batteryMonitoringEnabled = YES;
|
||||
|
||||
NSLog(@"Device: %@, SystemName: %@, SystemVersion: %@", device.model, device.systemName,
|
||||
device.systemVersion);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue