Add AutoStarter library to help prevent auto kill

https://github.com/judemanutd/AutoStarter
This commit is contained in:
Nathan Kerr 2021-07-13 14:19:15 -07:00
parent b33044c8e5
commit c602a8a101
3 changed files with 607 additions and 631 deletions

View File

@ -94,6 +94,7 @@
target-dir="src/de/appplant/cordova/plugin/background" />
<framework src="com.android.support:support-compat:27.1.1" />
<framework src="com.github.judemanutd:autostarter:1.1.0" />
<resource-file src="src/android/res/drawable/power.xml" target="res/drawable/power.xml" />
<resource-file src="src/android/res/drawable-hdpi/power.png" target="res/drawable-hdpi/power.png" />
<resource-file src="src/android/res/drawable-mdpi/power.png" target="res/drawable-mdpi/power.png" />

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff