SDL: CreateService=y will create a persistent notification, so app is never killed

This commit is contained in:
pelya
2015-10-18 03:45:16 +03:00
parent e432efac27
commit 1d61f839ff
11 changed files with 227 additions and 27 deletions

View File

@@ -38,6 +38,10 @@
android:windowSoftInputMode="stateUnspecified"
android:process=":RestartMainActivity"
/>
<service android:name=".DummyService"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
android:enabled="true"
/>
</application>
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="23"/>