-6

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?

letsintegreat
  • 3,328
  • 4
  • 18
  • 39
  • 1
    There's no way, if such ways are there, why permission module is introduced? – Deep Patel Jan 16 '19 at 09:51
  • In simple words, **NO**. There is no way you can do this without requesting for permission. Its is designed to be like this only. If it was possible, any app would be able to get user call log and contacts, which is a huge security flaw. – ankuranurag2 Jan 16 '19 at 09:54

2 Answers2

0

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.

letsintegreat
  • 3,328
  • 4
  • 18
  • 39
0

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.

Nitish
  • 995
  • 7
  • 17
  • 1
    *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.* Posting this is redundant, because OP does want to fetch dialed number, *But without permission.* So this line seems to be out of topic altogether. – letsintegreat Jan 16 '19 at 10:07
  • I think you are talking it wrong @Zlytherin because dialed number mean he need to get from call logs. The second thing is he can't to without permission. – Nitish Jan 17 '19 at 07:34
  • The link states that you should not ask for permission if your app doesn't really require these permission. But the case here is exactly opposite to it. He need the permission but he don't want to take permission. – letsintegreat Jan 17 '19 at 09:32
  • My friend I generally answer for both the Questioner and general readers. So, we can help others as well. I am sorry If you feel it's not suitable. – Nitish Jan 17 '19 at 09:53