blob: 87bd08106af67686a661383a3f04685aca6a9747 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0.0"
package="com.android.carrierconfig">
<application android:allowBackup="false">
<service android:name=".DefaultCarrierConfigService"
android:permission="android.permission.BIND_CARRIER_SERVICES">
<intent-filter>
<action android:name="android.service.carrier.CarrierService" />
</intent-filter>
</service>
</application>
</manifest>