api: device.keepScreenOn(), device.keepScreenDim(), device.wakeUp(), device.vibrate();

fix: crash when rotating editor
This commit is contained in:
hyb1996
2017-12-29 14:09:27 +08:00
parent c12814769f
commit de4f086415
6 changed files with 65 additions and 7 deletions

View File

@@ -97,7 +97,10 @@
</activity>
<activity
android:name="com.stardust.autojs.core.image.ScreenCaptureRequestActivity"
android:excludeFromRecents="true"
android:taskAffinity="com.stardust.autojs.runtime.api.image.ScreenCaptureRequestActivity"
android:theme="@style/AppTheme.Transparent"/>
<activity
android:name=".ui.error.IssueReporterActivity"
android:theme="@style/IssueReporterTheme"/>