File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6262 <service android : name =" .DummyService"
6363 android : configChanges =" mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
6464 android : enabled =" true"
65- android : foregroundServiceType =" specialUse"
65+ android : foregroundServiceType =" specialUse" >
6666 <property android : name =" android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
6767 android : value =" Keep the app running in background" />
68- / >
68+ </ service >
6969 </application >
7070
7171 <!-- ==INTERNET== --> <uses-permission android : name =" android.permission.INTERNET" />
7979 <!-- ==RECORD_AUDIO== --> <uses-permission android : name =" android.permission.RECORD_AUDIO" />
8080 <!-- ==ADMOB== --> <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
8181 <!-- ==FOREGROUND_SERVICE== --> <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
82+ <!-- ==FOREGROUND_SERVICE== --> <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
8283
8384 <!-- <uses-permission android:name="android.permission.VIBRATE"></uses-permission> --> <!-- Vibrator not supported yet by SDL -->
8485
You can’t perform that action at this time.
0 commit comments