Hi
my problem is my service not auto start when android boot
i use this code in service:
And give this permission:
such add this code in manifest:
but not working and not auto start my service
i test in many device
help
my problem is my service not auto start when android boot
i use this code in service:
B4X:
#StartAtBoot: true
#StartCommandReturnValue: android.app.Service.START_STICKY
B4X:
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.WAKE_LOCK
B4X:
AddReceiverText(bootreciver,<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.QUICKBOOT_POWERON"/>
<action android:name="com.htc.intent.action.QUICKBOOT_POWERON"/>
</intent-filter>)
i test in many device
help