There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
It seems that in the google play store there are applications to read the phone number, the IMEI, the serial number, etc..
There must be some way to read it.
that's exactly what i was looking for very long time
i was told it is impossible
glad to see it is possible - will it pass google store ?
not sure i got the idea of the permissions change - will it be possible to load a short sample?
I have tried several times but have not been able to get anything because I do not understand the steps to follow.
I don't know how to remove a permission that is in the manifest, or add it, from runtime code.
I have tried several times but have not been able to get anything because I do not understand the steps to follow.
I don't know how to remove a permission that is in the manifest, or add it, from runtime code.
My app reads device's phone number, if any, so that user doesn't have to type it manually, which I also hope would deter abuse. All I need is just the phone number, no more, no less. My app doesn't make or manage phone calls. I make it clear by specifying "READ_PHONE_NUMBERS" permission in...
Hi, DonManfred, the problem is that I don't have any code because I don't understand the steps to follow with the permissions issue.
I just don't know where to start.
Zeev Goldstein
not sure i got the idea of the permissions change - will it be possible to load a short sample?