Skip to content

Commit

Permalink
Correct manifest from bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Feb 23, 2018
1 parent 51c3fff commit 2557af8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
/>

<service android:name=".service.ScanJob"
android:permission="android.permission.BIND_JOB_SERVICE"/>
android:permission="android.permission.BIND_JOB_SERVICE" >
android:permission="android.permission.BIND_JOB_SERVICE">
<meta-data android:name="immmediateScanJobId" android:value="208352939" />
<meta-data android:name="periodicScanJobId" android:value="208352940" />
</service>
Expand Down

0 comments on commit 2557af8

Please sign in to comment.