Migrate CheckForNewAppVersion to JobIntentService
This commit is contained in:
parent
0f175de599
commit
81fef1be19
4 changed files with 12 additions and 13 deletions
|
|
@ -383,7 +383,8 @@
|
|||
android:exported="false" />
|
||||
<service
|
||||
android:name=".CheckForNewAppVersion"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:permission="android.permission.BIND_JOB_SERVICE" />
|
||||
|
||||
<!-- opting out of sending metrics to Google in Android System WebView -->
|
||||
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue