17 lines
No EOL
540 B
XML
17 lines
No EOL
540 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<service
|
|
android:name="com.tangem.tap.HuaweiPushService"
|
|
android:exported="false">
|
|
<intent-filter>
|
|
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
|
|
</intent-filter>
|
|
</service>
|
|
|
|
<meta-data
|
|
android:name="push_kit_auto_init_enabled"
|
|
android:value="true" />
|
|
</application>
|
|
</manifest> |