app/sources/sleepprevent.mm

8 lines
202 B
Plaintext
Raw Normal View History

2020-08-13 23:52:31 +02:00
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#include "headers/sleepprevent.h"
void SleepPrevent::setTimerDisabled() {
[[UIApplication sharedApplication] setIdleTimerDisabled: YES];
}