Bug? KitKat screws over any app with SMS functionality

NeoTechni

Well-Known Member
Licensed User
Longtime User
how would we handle the new API for registering your app as the one app, and checking if it's registered?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You will need to add an intent filter for the new delivery intent. It will be possible to check whether your app is the default app with reflection. If you have received the delivery intent then your app is the default app.

The Nexus 4 will probably receive this update when it will be released. It will be then easier to correctly implement it.
 
Top