EricssonResearch / EricssonResearch/openwebrtc-examples
Don't turn off screen in NativeDemo
Open
help wanted
iOS
- Dominant language
- Objective-C
- Stars
- 336
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
application.idleTimerDisabled = true
return true
}
func applicationWillResignActive(application: UIApplication) {
application.idleTimerDisabled = false
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.