|
@ -5,7 +5,7 @@
|
5
|
5
|
<action name="beep" class="IPUBasicPlugin" method="beep"/>
|
6
|
6
|
<action name="shock" class="IPUBasicPlugin" method="shock"/>
|
7
|
7
|
<action name="email" class="IPUBasicPlugin" method="email"/>
|
8
|
|
<action name="detectApps" class=@"IPUBasicPlugin" method="detectApps"/>
|
|
8
|
<action name="detectApps" class="IPUBasicPlugin" method="detectApps"/>
|
9
|
9
|
<action name="getNetInfo" class="IPUBasicPlugin" method="getNetInfo"/>
|
10
|
10
|
<action name="getSysInfo" class="IPUBasicPlugin" method="getSysInfo"/>
|
11
|
11
|
<action name="deviceVersion" class="IPUBasicPlugin" method="deviceVersion"/>
|
|
@ -16,6 +16,7 @@
|
16
|
16
|
<action name="setStatusBarColor" class="IPUBasicPlugin" method="resetStatusBarColor"/>
|
17
|
17
|
<action name="getTerminalType" class="IPUBasicPlugin" method="getTerminalType"/>
|
18
|
18
|
<action name="isNotificationBlocked" class="IPUBasicPlugin" method="isNotificationBlocked"/>
|
|
19
|
|
19
|
20
|
|
20
|
21
|
<action name="getDate" class="IPUMobileUIPlugin" method="date"/>
|
21
|
22
|
<action name="tip" class="IPUMobileUIPlugin" method="tip"/>
|