Hi,
I would like to enable the phone call feature when this is available. Currently the program is for example not installable on the Samsung Galaxy tab2 10.1
The telephone call is just a small function of my program.
When I use the phone library with PhoneCall this will be added to the manifest.
android.permission.CALL_PHONE
which will probably makes it inpossible to install for example on the device above.
Would it be possible to dynamicly detect (in code) if the device had the possibility to make a call or not?
How does this work?
I would like to enable the phone call feature when this is available. Currently the program is for example not installable on the Samsung Galaxy tab2 10.1
The telephone call is just a small function of my program.
When I use the phone library with PhoneCall this will be added to the manifest.
android.permission.CALL_PHONE
which will probably makes it inpossible to install for example on the device above.
Would it be possible to dynamicly detect (in code) if the device had the possibility to make a call or not?
How does this work?