Hello
I have a IP Android phone and i want to detect onhook/offhook events;
According to the manual i need to set this in the manifest:
How to translate this to B4A manifest?
Regards,
Philip
I have a IP Android phone and i want to detect onhook/offhook events;
According to the manual i need to set this in the manifest:
B4X:
Register Customized Phone Service
<service android:name=“.DemoService” >
<intent-filter>
<action android:name=”com.gs.phone.service”/>
</intent-filter>
</service>
How to translate this to B4A manifest?
Regards,
Philip