Hi
I can't get the PTT button event to work .
I can see this in line raw log
Background execution not allowed: receiving Intent { act=android.intent.action.PTT.down flg=0x10 } to se.nizze.talk/.special$special_BR
An i have below text in manifest
What else must i do to get it to work with this device ?
It is a Ruggear device withAndroid Go (10)
I can't get the PTT button event to work .
I can see this in line raw log
Background execution not allowed: receiving Intent { act=android.intent.action.PTT.down flg=0x10 } to se.nizze.talk/.special$special_BR
An i have below text in manifest
B4X:
AddReceiverText(Special,
<intent-filter android:priority="2147483647">
<action android:name="android.intent.action.PTT.down" />
</intent-filter>)
AddReceiverText(Special,
<intent-filter android:priority="2147483647">
<action android:name="android.intent.action.PTT.up" />
</intent-filter>)
It is a Ruggear device withAndroid Go (10)
Last edited: