Closed AlexSc closed 3 years ago
Amazon's ADM integration documentation now includes the following required change to the AndroidManifest.xml
<service android:name="[YOUR JOBSERVICE NAME]" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
While our documentation covers what [YOUR SERVICE NAME] and [YOUR RECEIVER NAME] should be, it does not cover what [YOUR JOBSERVICE NAME] should be.
The documentation should be updated to address what [YOUR JOBSERVICE NAME] should be.
I think it's supposed to be io.teak.sdk.push.ADMPushProvider .
Amazon's ADM integration documentation now includes the following required change to the AndroidManifest.xml
<service android:name="[YOUR JOBSERVICE NAME]" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
While our documentation covers what [YOUR SERVICE NAME] and [YOUR RECEIVER NAME] should be, it does not cover what [YOUR JOBSERVICE NAME] should be.
The documentation should be updated to address what [YOUR JOBSERVICE NAME] should be.