|
@ -127,6 +127,7 @@
|
127
|
127
|
<action name="unregisterForPushWithJpush" class="com.ai.ipu.push.func.IpuJPushPlugin" method="unregisterForPush"></action>
|
128
|
128
|
<action name="setJpushAlias" class="com.ai.ipu.push.func.IpuJPushPlugin" method="setAlias"></action>
|
129
|
129
|
<action name="setJpushTags" class="com.ai.ipu.push.func.IpuJPushPlugin" method="setTags"></action>
|
|
130
|
<action name="getJpushInfo" class="com.ai.ipu.push.func.IpuJPushPlugin" method="getJpushInfo"></action>
|
130
|
131
|
|
131
|
132
|
<!-- Contact-->
|
132
|
133
|
<action name="getContacts" class="com.ai.ipu.mobile.plugin.MobileContactDetail" method="getContacts"></action>
|
|
@ -231,4 +232,7 @@
|
231
|
232
|
<action name="endListen" class="com.ai.ipu.mobile.asr.func.IpuVoice" method="endListen" />
|
232
|
233
|
|
233
|
234
|
<action name="chooseFile" class="com.ai.ipu.mobile.file.picker.MobileFilePicker" method="chooseFile" />
|
|
235
|
|
|
236
|
<!-- 检查是否禁止应用通知权限 -->
|
|
237
|
<action name="isNotificationBlocked" class="com.ai.ipu.mobile.plugin.NotifySetting" method="isNotificationBlocked" />
|
234
|
238
|
</actions>
|