I want to get Dialed Number in my application but without any Manifest Permission tag. I know how to do it with permission,
Is there a way to do this without Manifest Permission tag?
I want to get Dialed Number in my application but without any Manifest Permission tag. I know how to do it with permission,
Is there a way to do this without Manifest Permission tag?
No, there's no way to get dialed numbers without taking permission from the user. And, this is the answer to your question.
Google is much concerned about the privacy of their users, so you cannot fetch personal informations of user without their own permission.
But still if you want to do that then you might have wanted to create your own OS.
The above answer is right you don't do it without permission. You can do it with permission only by way describe in this link.
Although in new policies of google you can't request for permission of call logs and SMS if your app doesn’t really require these permissions.
So, I think there is no way to do it.