14 lines
486 B
XML
14 lines
486 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<application>
|
||
|
<service
|
||
|
android:name="org.futo.inputmethod.updates.UpdateCheckingService"
|
||
|
android:label="@string/update_checking_service"
|
||
|
android:permission="android.permission.BIND_JOB_SERVICE" >
|
||
|
</service>
|
||
|
|
||
|
<receiver android:name="org.futo.inputmethod.updates.InstallReceiver" />
|
||
|
|
||
|
</application>
|
||
|
</manifest>
|