• Re: How many apps on your phone have contacts read permission?

    From Alan@3:633/10 to All on Tuesday, February 10, 2026 13:56:45
    On 2026-02-10 13:51, Maria Sophia wrote:
    I have 78 or 79, including system apps that have read permission to my contacts, although none of them can get even a single contact from me.

    How in the hell does that sentence make sense?

    Can someone help me out here?

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Tuesday, February 10, 2026 14:06:55
    On 2026-02-10 13:52, Maria Sophia wrote:
    Maria Sophia wrote:
    I have 78 or 79, including system apps that have read permission to my
    contacts, although none of them can get even a single contact from me.

    For someone who prattles on endlessly about how your privacy is
    important to you, that seems very, very odd that you've allowed so many
    apps access to that information.

    It's almost like this was never really about privacy, but you just
    trying to score points.

    ?


    How many do you have?

    Most people have no idea how many apps can read their contacts.
    adb shell dumpsys package > dump.txt
    grep -Ff pkgs.txt dump.txt | grep "READ_CONTACTS: granted=true" > read.txt
    Wow, you need to use a terminal command to find out something this
    important?

    On my iPhone, I just went...

    Settings (app)
    Privacy & Security
    Contacts

    ...and I instantly knew how many apps on my iPhone had access to my
    contacts.

    It was 4 by the way.

    Including the Contacts app itself, there were 2 other with full access
    (one of which I've subsequently turned off) and 1 with limited access
    which actually had no contacts selected for access!

    That was easy wasn't it?

    I wonder if some other person might have been able to figure out that
    Android has a method that is just as easy? I bet there is.

    ?

    See: I'm not trying to pretend this is an advantage to using iOS.

    ?

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jeff Layman@3:633/10 to All on Tuesday, February 10, 2026 22:23:55
    On 10/02/2026 21:56, Alan wrote:
    On 2026-02-10 13:51, Maria Sophia wrote:
    I have 78 or 79, including system apps that have read permission to my
    contacts, although none of them can get even a single contact from me.

    How in the hell does that sentence make sense?

    Can someone help me out here?

    From what I remember has been previously written, there are no contact
    names stored anywhere on Maria Sophia's phone. I guess it means that
    when a message is received (eg email or SMS), and the Contacts app
    offers to store the senders name as a contact, that offer is refused
    every time.

    The contacts could instead be stored in a text file with email addresses
    and phone numbers next to them.

    BICBW...

    --
    Jeff

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Tuesday, February 10, 2026 14:37:10
    On 2026-02-10 14:23, Jeff Layman wrote:
    On 10/02/2026 21:56, Alan wrote:
    On 2026-02-10 13:51, Maria Sophia wrote:
    I have 78 or 79, including system apps that have read permission to my
    contacts, although none of them can get even a single contact from me.

    How in the hell does that sentence make sense?

    Can someone help me out here?

    From what I remember has been previously written, there are no contact names stored anywhere on Maria Sophia's phone. I guess it means that
    when a message is received (eg email or SMS), and the Contacts app
    offers to store the senders name as a contact, that offer is refused
    every time.

    The contacts could instead be stored in a text file with email addresses
    and phone numbers next to them.

    BICBW...


    I supposed that could be true.

    Of course, I wouldn't refer to a null set of contacts as "my contacts".
    That would make no sense.

    If that's what I meant--that 78 or 79 apps had access to the contacts database, I'd probably have written something like:

    "I have 78 or 79, including system apps that have read permission to the contacts database, although that's empty because I don't use it."


    But then, I'm interesting in making this clear, and that never seems to
    be among Arlen's motivations for posting.

    Did you see where he recently wrote that iOS doesn't expose the "real
    file system" to your PC, as "every other common consumer operating
    system does"...

    ...and then in his very next post on the subject it was suddenly a "normal-looking storage area" instead of a "real file system"?

    :-)

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Tuesday, February 10, 2026 17:03:20
    On 2026-02-10 16:22, Maria Sophia wrote:
    Jeff Layman wrote:
    On 10/02/2026 21:56, Alan wrote:
    On 2026-02-10 13:51, Maria Sophia wrote:
    I have 78 or 79, including system apps that have read permission to my >>>> contacts, although none of them can get even a single contact from me.

    How in the hell does that sentence make sense?

    Can someone help me out here?

    ˙From what I remember has been previously written, there are no
    contact names stored anywhere on Maria Sophia's phone. I guess it
    means that when a message is received (eg email or SMS), and the
    Contacts app offers to store the senders name as a contact, that offer
    is refused every time.

    The contacts could instead be stored in a text file with email
    addresses and phone numbers next to them.

    BICBW

    Hi Jeff Layman,

    Long time no see. Good to hear from you again on the Android newsgroup!

    Can you please check how many apps (including system apps!) can read your contacts database for this group-wide survey. Just make sure you include system apps because most people don't realize they abound on Android.

    The act of storing other people's information on a smartphone is not a private act as it's a shared responsibility steeped in courtesy & respect.

    It's a private act if you buy your smartphone from a company that
    doesn't want to monetize your personal information.


    People who THINK about privacy know which tools are privacy aware, whereas people who just do what the marketing organizations tell them to do, can't.

    I use a privacy-respecting contacts app because it keeps my friends' and family's information out of the 70+ apps on my phone that have permission
    to read the system contacts sqlite database via Contacts
    ContentProvider. </data/data/com.android.providers.contacts/databases/ contacts2.db>

    Don't you still have to trust that your "privacy-respecting contacts
    app" actually respects your privacy.


    Most people would claim they only have a half dozen or so, but nobody who claims that small a number ever has any idea whatsoever how to even check.

    They just guess.
    They think the GUI is going to tell them the truth. It won't. It can't.

    It's not designed to tell them the truth.
    That's why in this thread I used adb dumpsys to get at the truth.

    Show us that you get a different answer from the GUI tools...


    And the fact my phone has over 70 apps with read permission on the contacts is meaningless on my phone because I'm rather intelligent about my setup.

    Or you could have just denied them permission in the first place...


    It's impossible for any app on the planet to get to my contacts even if
    they have full read permission, because my sqlite database is empty.

    Wow!


    On purpose.
    Although I could populate it with false data using apps designed for that. Fake Contacts, MIT License, by Bill Dietrich <https://f-droid.org/en/packages/me.billdietrich.fake_contacts/>
    ˙"The idea is to feed fake data to any apps or companies who are
    copying ˙ our private data to use or sell it. This is called data- poisoning."

    But I've kept my contacts database empty for years, and I can use a phone
    as well or better than anyone else on the planet in terms of communication.

    That's what respect for people & courtesy looks like in the digital world.

    I know of you so I know you don't think always the way you're told to think (e.g., when we discussed the "fused provider" years ago as one example).

    So I'm hoping you understand that it's a mark of respect to preserve the sanctity of privacy as contacts are NOT our data to share to 3rd parties.

    Contacts are other people's private information. Treat them as such.
    Contacts are not ours to share on the Internet without express permission.

    The fundamental way most people store contacts privately is they use apps which are specifically sandboxed so that no other apps can get the data.

    Hence a privacy-respecting contacts app stores its data in its own sandbox. a. Other apps cannot access that sandbox.
    b. Therefore, our contacts remain private.

    These FOSS apps are designed by intelligent people who care very much about privacy, so they're not like the standard Google apps which do not.

    A FOSS privacy-aware contacts app is "DOpen Contacts" for example.
    *DOpen Contacts* (Dialer + Open Contacts) <https://f-droid.org/en/packages/opencontacts.open.com.opencontacts/> <https://gitlab.com/sultanahamer/OpenContacts> debug APK available
    "Even though we are not having any problem sharing our mobile number
    ˙with all third parties, people in our phone book might have. ˙We
    should not be sharing their contact information online.
    ˙This app saves contacts in its own database separate from android
    ˙contacts. This way no other app would be able to access contacts.
    ˙Can be used in place of your default phone(dialer) app. ˙It can import contacts from vCard files. ˙So we can export Android contacts and import into this app.
    ˙Maintains call log as well. ˙Also shows the person's name upon
    receiving call"

    It's used by people who are courteous to others because it stores the contacts in its own database that the other 50 or so apps can't get to.

    And you just trust that they're not lying to you...

    BTW, is this you:

    <https://xdaforums.com/m/galaxya325g.11604613/>

    I read a couple of posts, and it sounds exactly like you, Arlen!

    "I was asked why I consider it rude for people to upload their contacts without asking permission so I figured I'd copy my response here so that
    we can all benefit from the privacy discussion.

    Since I put together systems for a living, and since I used to have an engineering-level TSSI special access designation, I'm likely more tuned
    to privacy holes than most people, as I've seen "how they work out there".

    Most people, I'd wager, would be shocked at how much is hoovered about us.

    This is a technical summary of what actually happens with contacts on
    Android and why the privacy risks are not about the SQLite file itself
    but about the data flows around it."

    <https://xdaforums.com/t/privacy-how-to-save-back-up-restore-contacts-completely-offline-while-still-being-usable-outside-the-default-android-sqlite-contacts2-db-database.4777974/>

    "Does hiding your home AP broadcast beacon prevent UPLOAD of your SSID/BSSID/GPS to Google?"

    <https://xdaforums.com/t/privacy-does-android-upload-your-home-ap-ssid-bssid-gps-if-the-home-ap-broadcast-beacon-is-hidden.4284897/page-2#post-90401241>

    You guys tell me: am I right?

    :-)






    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Wednesday, February 11, 2026 12:19:03
    On 2026-02-11 02:03, Alan wrote:

    BTW, is this you:

    <https://xdaforums.com/m/galaxya325g.11604613/>

    I read a couple of posts, and it sounds exactly like you, Arlen!

    Yes, it is him.

    This time he wrote a post where he said his new name.

    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From s|b@3:633/10 to All on Wednesday, February 11, 2026 14:40:37
    On Tue, 10 Feb 2026 13:56:45 -0800, Alan wrote:

    How in the hell does that sentence make sense?

    Can someone help me out here?

    Arlen is hallucinating.

    --
    s|b

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From s|b@3:633/10 to All on Wednesday, February 11, 2026 14:43:08
    On Tue, 10 Feb 2026 16:52:54 -0500, Maria Sophia wrote:

    Most people have no idea how many apps can read their contacts.
    adb shell dumpsys package > dump.txt
    grep -Ff pkgs.txt dump.txt | grep "READ_CONTACTS: granted=true" > read.txt

    We get it; you're (pretending to be) 1337.

    I just go to

    Instellingen > Beveiliging en privacy > Privacyopties > Rechtenbeheer > Contacten en accounts

    Everybody can do that.

    --
    s|b

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From s|b@3:633/10 to All on Wednesday, February 11, 2026 15:22:29
    On Tue, 10 Feb 2026 14:06:55 -0800, Alan wrote:

    I wonder if some other person might have been able to figure out that Android has a method that is just as easy? I bet there is.

    Instellingen > Beveiliging en privacy > Privacyopties > Rechtenbeheer > Contacten en accounts

    --
    s|b

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jeff Layman@3:633/10 to All on Wednesday, February 11, 2026 16:15:15
    On 11/02/2026 00:22, Maria Sophia wrote:
    Jeff Layman wrote:
    On 10/02/2026 21:56, Alan wrote:
    On 2026-02-10 13:51, Maria Sophia wrote:
    I have 78 or 79, including system apps that have read permission to my >>>> contacts, although none of them can get even a single contact from me.

    How in the hell does that sentence make sense?

    Can someone help me out here?

    From what I remember has been previously written, there are no contact
    names stored anywhere on Maria Sophia's phone. I guess it means that
    when a message is received (eg email or SMS), and the Contacts app
    offers to store the senders name as a contact, that offer is refused
    every time.

    The contacts could instead be stored in a text file with email addresses
    and phone numbers next to them.

    BICBW

    Hi Jeff Layman,

    Long time no see. Good to hear from you again on the Android newsgroup!

    Can you please check how many apps (including system apps!) can read your contacts database for this group-wide survey. Just make sure you include system apps because most people don't realize they abound on Android.

    According to my phone, I have 5 of 15 apps allowed access to Contacts.
    These are: Contacts, FairEmail, Messages, Personal Safety, Phone.

    All are System apps with the exception of FairEmail according to the Muntashirakon App Manager.

    I can supposedly disallow permission for all of these to access Contacts
    with the exception of Personal Safety, where "Do not allow" is greyed
    out. If I try to disallow the permission for the System apps, I get a
    warning message: "If you deny this permission, basic features of your
    device may no longer function as intended". This is probably nonsense,
    as I've disallowed Google access, and get the same message.

    --
    Jeff

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Kerr-Mudd, John@3:633/10 to All on Wednesday, February 11, 2026 16:54:52
    On Wed, 11 Feb 2026 12:19:03 +0100
    "Carlos E. R." <robin_listas@es.invalid> wrote:

    On 2026-02-11 02:03, Alan wrote:

    BTW, is this you:

    <https://xdaforums.com/m/galaxya325g.11604613/>

    I read a couple of posts, and it sounds exactly like you, Arlen!

    Yes, it is him.

    This time he wrote a post where he said his new name.



    I'm giving up on this group. Well done "purposely helpful" Arlen.

    --
    Bah, and indeed Humbug.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jeff Layman@3:633/10 to All on Wednesday, February 11, 2026 19:07:00
    On 11/02/2026 17:21, Maria Sophia wrote:
    Mine are between 70 and 80 by way of stark contrast (via dumpsys).

    Still, it's a great datapoint where the next question I'd ask of you and anyone who has any apps with read permission to their contacts, is are you surprised at the number which you found out that "could" read contacts?

    I'm never surprised by anything in Android which compromises privacy.
    It's interesting to compare the approach to giving information about an
    app in the Google Play Store and F-Droid. The latter clearly has a
    section entitled "Permissions" which show what the app will be able to
    access (and perhaps modify). Not so the Play Store, which has a vague
    section called "Data Safety".

    --
    Jeff

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From R.Wieser@3:633/10 to All on Wednesday, February 11, 2026 21:52:37
    John,

    I'm giving up on this group. Well done "purposely helpful" Arlen.

    Put him into your killfile. Most newsgroup clients will than also hide all responses (and responses to them, etc.) to his posts too.

    I know it helped me to ignore most of his clap-trap. There are enough
    people left here who's posts are worth reading.

    Regards,
    Rudy Wieser



    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Thursday, February 12, 2026 00:16:34
    On 2026-02-11 17:49, Maria Sophia wrote:
    My point is for you to "confirm" the idiocy of someone like Alan claiming
    to have figured out what was never hidden, is an insult to me and others.

    For you to insult our intelligence so openly and readily is disconcerting.

    Not insulting. But now you are insulting me by saying I insulted you.

    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Wednesday, February 11, 2026 16:22:10
    On 2026-02-11 16:03, Maria Sophia wrote:
    Carlos E. R. wrote:
    For you to insult our intelligence so openly and readily is
    disconcerting.

    Not insulting. But now you are insulting me by saying I insulted you.

    Well, I apologize but what you did, in my humblest of opinions, was
    affirm the idiocy of Alan Baker who claimed, after me saying so for many years, that he finally figured out who I was on the XDA developers web
    site.

    "Finally figured out"?

    No. I'd never ever checked before and stumble across your userID when I
    did a web search to s


    If it take both of you five years to figure out that which was never
    hidden, then you have no right to insult me like you did in your response.

    He didn't insult you. You made that bit up.


    I could insult you, but I won't because my reason for posting to you was
    to ask you to stop responding to Alan Baker's idiocy as if he's making a claim that holds water.

    He was intimating I was trolling by having a different moniker on a different web site & you affirmed that idiocy, where both of you acted
    like children.

    Nope. I was simply amused that your style was so obvious.


    I take offense when you act like a child when trying to insult me.
    Since you're so desperate to insult me, at least have a cause by God.

    Especially as your attempted insult is because I used a name on the XDA
    site which is the name of my phone and I said so for five years here.

    I don't recall a single instance of you ever mention the XDA site.

    But then, you change nyms so frequently that actually checking if you've
    ever "said so" is challenging, isn't it?


    It's insulting that you agreed with Alan Baker's insults, especially as
    your insult is that I used the name of my phone on XDA's web site.

    What insult?

    "BTW, is this you:

    <https://xdaforums.com/m/galaxya325g.11604613/>

    I read a couple of posts, and it sounds exactly like you, Arlen! "

    How is that or anything else I wrote an insult?


    1. I've said so for five years here.

    You've also said that iOS can't possibly act as an SMB server on
    standard ports.

    2. I've posted my own thread links scores of times here.

    Assuming anyone ever bother to look, how would know that they were users...

    ...assuming they even exist?

    3. I post the same images there and here.
    4. The same text.
    5. The same phone.

    The same everything.
    And yet, you are so desperate to insult me, you call me a troll.

    I've read his post from which you claim "insult"...

    "Yes, it is him.

    This time he wrote a post where he said his new name. "

    ...and you're a liar if you say he called you a "troll"


    For that?
    Nobody is as transparent on that as I am, Carlos.

    And yet, you are so desperate to insult me that you back up Alan?
    I already dealt with s|b who is desperate to insult me today.
    And I dealt with Kerr-Mudd who is also desperate to insult me.

    All you guys have the same inferiority complex apparently.
    Get rid of it.

    LOL!


    Or at least focus your inferiority complex on someone else.
    I'm trying to make progress here with this privacy thread.

    Which you are desperate to derail with untoward insults.
    By acting like a child.

    If it takes you five years to figure that out, there's a problem, but I don't mind you acting like a child if you weren't so desperate to insult
    me by doing so.

    No insult was given, Liar.


    At least have a real reason for insulting me, Carlos.
    It's actually insulting you can't even come up with a valid insult.

    With the XDA threads, I did everything right.
    At least try to insult me for something that I actually did wrong.

    No one insulted you, Liar.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Wednesday, February 11, 2026 16:28:55
    On 2026-02-11 16:03, Maria Sophia wrote:
    Carlos E. R. wrote:
    For you to insult our intelligence so openly and readily is
    disconcerting.

    Not insulting. But now you are insulting me by saying I insulted you.

    Well, I apologize but what you did, in my humblest of opinions, was
    affirm the idiocy of Alan Baker who claimed, after me saying so for many years, that he finally figured out who I was on the XDA developers web
    site.

    The truly amusing part is that your narcissism imagines yourself as
    important enough to any of us that we would bother to try to "figure
    out" anything about you at all.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Wednesday, February 11, 2026 16:37:47
    On 2026-02-11 08:38, Maria Sophia wrote:
    s|b wrote:
    On Tue, 10 Feb 2026 16:52:54 -0500, Maria Sophia wrote:

    Most people have no idea how many apps can read their contacts.
    ˙adb shell dumpsys package > dump.txt
    ˙grep -Ff pkgs.txt dump.txt | grep "READ_CONTACTS: granted=true" >
    read.txt

    We get it; you're (pretending to be) 1337.

    I just go to

    Instellingen > Beveiliging en privacy > Privacyopties > Rechtenbeheer >
    Contacten en accounts

    Everybody can do that.

    I never disagree with anyone, no matter who they are, if/when they make a logically sensible statement which is based on evidence and fact.

    Well that is plainly bullshit.



    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Wednesday, February 11, 2026 16:39:28
    On 2026-02-11 16:31, Maria Sophia wrote:
    Jeff Layman wrote:
    Still, it's a great datapoint where the next question I'd ask of you and >>> anyone who has any apps with read permission to their contacts, is
    are you
    surprised at the number which you found out that "could" read contacts?

    I'm never surprised by anything in Android which compromises privacy.
    It's interesting to compare the approach to giving information about
    an app in the Google Play Store and F-Droid. The latter clearly has a
    section entitled "Permissions" which show what the app will be able to
    access (and perhaps modify). Not so the Play Store, which has a vague
    section called "Data Safety".


    Hi Jeff,

    I agree with anyone who makes a logically sentient statement,

    Well that is plainly bullshit.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Wednesday, February 11, 2026 16:40:43
    On 2026-02-11 08:57, Maria Sophia wrote:
    s|b wrote:
    On Tue, 10 Feb 2026 13:56:45 -0800, Alan wrote:

    How in the hell does that sentence make sense?

    Can someone help me out here?

    Arlen is hallucinating.

    There's an entire thread on the Windows newsgroup about your incessant trolling where once you trolls infest a newsgroup, you ruin the threads.

    This is an Android newsgroup. Not your personal troll forum.

    This is an Android question about contacts privacy.
    Not your personal troll repository.

    I'm going to ask you nicely, s|b, that if you have no capability of contributing to the contact-privacy topic, then please stop trolling us.

    We're adults

    Well that...

    ...(based on your inclusion among the "we")...

    ...is plainly bullshit.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jeff Layman@3:633/10 to All on Thursday, February 12, 2026 11:13:20
    On 12/02/2026 00:31, Maria Sophia wrote:
    Jeff Layman wrote:
    Still, it's a great datapoint where the next question I'd ask of you and >>> anyone who has any apps with read permission to their contacts, is are you >>> surprised at the number which you found out that "could" read contacts?

    I'm never surprised by anything in Android which compromises privacy.
    It's interesting to compare the approach to giving information about an
    app in the Google Play Store and F-Droid. The latter clearly has a
    section entitled "Permissions" which show what the app will be able to
    access (and perhaps modify). Not so the Play Store, which has a vague
    section called "Data Safety".


    Hi Jeff,

    I agree with anyone who makes a logically sentient statement, where I agree that the Google Play Store is inferior to F-Droid in listing pernicious permissions, and, let's be clear, Aurora's replacement to the Google Play Store client at least lists which apps incorporate GSF which is helpful.

    There's a reason I uninstalled the Google Play Store app years ago. :)

    And I have no problem installing apps from the Google Play Store repo
    without a Google Account on the phone, so it works better w/o it.

    To your very point, on F-Droid?s website or within the client, each app?s page lists the permissions it requests.

    For example, the open-source
    Contacts app explicitly states it requires permission to ?read your
    contacts. <https://f-droid.org/packages/com.vayunmathur.contacts/>

    Interestingly, your comment made me dig a bit, which is refreshsing after having responded to the trolls attempting to derail this discussion because they can't add any value, it turns out that F-Droid hosts an app called Permissions Summary which scans your installed apps and lists which ones
    have access to sensitive permissions, including Contacts (read/write). However, it only shows user-installed apps with ?dangerous? permissions
    (like contacts, camera, microphone, location, etc.) that require explicit runtime approval. <https://f-droid.org/packages/com.simpol.permissionssummary/>

    I just downloaded it but it will take a while to test it for the team.
    <https://f-droid.org/repo/com.vayunmathur.contacts_6.apk>
    Name: com.vayunmathur.contacts_6.apk
    Size: 24131675 bytes (23 MiB)
    SHA256: A348428B9C0E8526C021C49366B44563C6851FCEE8480C9046B516F466EE75C6

    Drat. It crashes every time. Can you (or someone also helpful) test it
    for the team? It seems like a decent app to get the "real" permissions.

    I installed that Contacts app (Vayun Mather) but on running it crashes
    for me too with an error message: "Contacts keeps stopping".

    I also installed Permissions Summary and ran that, but it seems to give
    less info than my phone Settings info which I posted earlier. For
    example, it reports only FairEmail as accessing Contacts.

    I've uninstalled both.

    In addition, you have Muntashirakon App Manager, which everyone on this newsgroup is well aware of as the best of the best of FOSS Android apps.

    For any installed app, AM shows:
    Requested permissions
    Granted vs. denied
    Whether the permission is runtime, dangerous, signature, or special
    Whether it was auto-granted by the system
    So we can instantly see if an app has:
    android.permission.READ_CONTACTS
    android.permission.WRITE_CONTACTS
    android.permission.GET_ACCOUNTS (related to contacts
    But of course, that's on an app-by-app basis, so it's good, but manual.

    Yes, I had looked at what it reports for permissions, but going through hundreds of apps manually was not feasible.

    --
    Jeff

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Thursday, February 12, 2026 12:28:23
    On 2026-02-12 01:03, Maria Sophia wrote:
    Carlos E. R. wrote:
    For you to insult our intelligence so openly and readily is
    disconcerting.

    Not insulting. But now you are insulting me by saying I insulted you.

    Well, I apologize but what you did, in my humblest of opinions, was
    affirm the idiocy of Alan Baker who claimed, after me saying so for many years, that he finally figured out who I was on the XDA developers web
    site.

    If it take both of you five years to figure out that which was never
    hidden, then you have no right to insult me like you did in your response.

    I could insult you, but I won't because my reason for posting to you was
    to ask you to stop responding to Alan Baker's idiocy as if he's making a claim that holds water.

    He was intimating I was trolling by having a different moniker on a different web site & you affirmed that idiocy, where both of you acted
    like children.

    I take offense when you act like a child when trying to insult me.
    Since you're so desperate to insult me, at least have a cause by God.

    Arlen, I was not even trying to insult you. I only commented on
    something he said, which wasn't either insulting. You may not agree with
    him, you may have a past history with him, but he made a question and I replied, that's all.

    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Thursday, February 12, 2026 12:33:08
    On 2026-02-11 12:19, Carlos E. R. wrote:
    On 2026-02-11 02:03, Alan wrote:

    BTW, is this you:

    <https://xdaforums.com/m/galaxya325g.11604613/>

    I read a couple of posts, and it sounds exactly like you, Arlen!

    Yes, it is him.

    This time he wrote a post where he said his new name.

    Oh, I made a mistake. I thought that link above was a link to some
    thread here on Usenet, so I did not even look. I don't know if Arlen
    writes in that xda thing.

    I only meant that Maria Sophia is Arlen.

    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Thursday, February 12, 2026 12:37:51
    On 2026-02-12 01:41, Maria Sophia wrote:
    Andy Burns wrote:
    Maria Sophia wrote:

    Did you get that number from the GUI or from dumpsys?

    The Permissions Manager in Settings.

    Thanks. I don't trust that GUI for the stated reasons.
    But even so, your number (17) is more realistic given how many system apps have read permission on the contacts that can't be revoked sans rooting.

    Since this question is really all about basic human decency, and since I'm well aware what everyone else but me does, the thread is really opened to learn more about contacts and to help teach why they're so dangerous.

    There were people on the other thread who claimed they had complete control of their contacts, where this thread pretty much proves that a fallacy.

    Arlen, that a number of apps have read access to the contact list is of
    no consequence at all.

    My privacy and that of my contacts is safe.

    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Thursday, February 12, 2026 10:39:38
    On 2026-02-12 03:28, Carlos E. R. wrote:
    On 2026-02-12 01:03, Maria Sophia wrote:
    Carlos E. R. wrote:
    For you to insult our intelligence so openly and readily is
    disconcerting.

    Not insulting. But now you are insulting me by saying I insulted you.

    Well, I apologize but what you did, in my humblest of opinions, was
    affirm the idiocy of Alan Baker who claimed, after me saying so for
    many years, that he finally figured out who I was on the XDA
    developers web site.

    If it take both of you five years to figure out that which was never
    hidden, then you have no right to insult me like you did in your
    response.

    I could insult you, but I won't because my reason for posting to you
    was to ask you to stop responding to Alan Baker's idiocy as if he's
    making a claim that holds water.

    He was intimating I was trolling by having a different moniker on a
    different web site & you affirmed that idiocy, where both of you acted
    like children.

    I take offense when you act like a child when trying to insult me.
    Since you're so desperate to insult me, at least have a cause by God.

    Arlen, I was not even trying to insult you. I only commented on
    something he said, which wasn't either insulting. You may not agree with him, you may have a past history with him, but he made a question and I replied, that's all.


    But to a narcissist like Arlen...

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Thursday, February 12, 2026 13:44:41
    On 2026-02-12 13:35, Maria Sophia wrote:
    Carlos E. R. wrote:
    he made a question and I replied, that's all.

    Hi Carlos,
    Given both you and I have added tremendous value to the technical knowledge level of this newsgroup, and given you replied to Alan Baker, who has
    not, allow me to only ask you this question since we need to stay on
    topic here.

    Q: What value has Alan Baker ever added to this Android ng in his life?
    A: ?

    I provided you the technical knowledge that Android doesn't present its
    real filesystem to Windows when connected via USB...

    ...at which point you pivoted away from your earlier claim.

    Do not respond if you can't answer that question, since it's about you amplifying off-topic trolls, so it's not actually a simple question.

    There's a reason I plonk Alan Baker, Snit, Joerg Lorenz and others.

    My request to you is not to amplify their trolls so that we can stick to
    the topic of this thread, which, clearly, is all about contact management.

    Once you answer the question above about your amplification of trolls,
    then I would like to ask you to explore your point of view on contacts.

    You didn't ask a question about the "amplification of trolls", now did you?


    In one of your rare on-topic posts in this thread, you said (verbatim):
    "That a number of apps have read access to the contact list is
    ˙of no consequence at all. My privacy and that of my contacts is safe."

    Staying on topic and ignoring your previous unwarranted trolling as water

    There was no "trolling".

    I asked a question and he answered it.

    You then accused both of us of insulting you.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan@3:633/10 to All on Thursday, February 12, 2026 14:34:59
    On 2026-02-12 14:31, Maria Sophia wrote:
    Jeff Layman wrote:
    Drat. It crashes every time. Can you (or someone also helpful)
    test it for the team? It seems like a decent app to get the
    "real" permissions.

    I installed that Contacts app (Vayun Mather) but on running it
    crashes for me too with an error message: "Contacts keeps
    stopping".

    Hi Jeff,

    Thanks for adding on-topic technical value to the privacy
    discussion.

    Wow. I appreciate that you tested the app for the team. Most people
    on Usenet aren't as helpful as you and I am in that respect. Much appreciated. Sorry it was a waste of your valuable time, but we
    saved others' time.

    What "team", you narcissist?

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Friday, February 13, 2026 12:25:11
    On 2026-02-12 22:35, Maria Sophia wrote:
    Carlos E. R. wrote:
    he made a question and I replied, that's all.

    Hi Carlos,
    Given both you and I have added tremendous value to the technical knowledge level of this newsgroup, and given you replied to Alan Baker, who has
    not, allow me to only ask you this question since we need to stay on
    topic here.

    Q: What value has Alan Baker ever added to this Android ng in his life?
    A: ?

    Arlen, you do not decide who I answer or why or what I write. Not even
    what is of value to others.

    ...

    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Carlos E. R.@3:633/10 to All on Friday, February 13, 2026 22:41:17
    On 2026-02-13 18:34, Maria Sophia wrote:
    Carlos E. R. wrote:
    you do not decide who I answer or why or what I write. Not even what
    is of value to others.


    My request to you is not to amplify their trolls so that we can stick to
    the topic of this thread, which, clearly, is all about contact management.

    Once you answer the question above about your amplification of trolls,
    then I would like to ask you to explore your point of view on contacts.

    In one of your rare on-topic posts in this thread, you said (verbatim):
    "That a number of apps have read access to the contact list is
    ˙of no consequence at all. My privacy and that of my contacts is safe."

    Staying on topic and ignoring your previous unwarranted trolling as water under the Usenet bridge, I openly state that I agree with your first
    sentence if you also append "to me" at the end (meaning, you don't care
    about others' privacy - which is fine - as that's your prerogative).

    But you not being respectful of other people's privacy does not equate to
    you claiming, sans any evidence, that your "contacts are safe".

    That's your claim, and we do not accept it. We are all respectful of
    other people privacy when using the Android contact app.


    Since we don't need to disagree with your first sentence, as you don't have to give your friends and relatives any respect, the latter is an issue.

    Q: Why do you think your "contacts are safe"?
    A:
    Do you even *know* what apps are uploading your contacts to the net?


    --
    Cheers,
    Carlos E.R.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Frank Slootweg@3:633/10 to All on Saturday, February 14, 2026 10:38:36
    Carlos E. R. <robin_listas@es.invalid> wrote:
    On 2026-02-13 18:34, Maria Sophia wrote:
    [...]

    That's your claim, and we do not accept it. We are all respectful of
    other people privacy when using the Android contact app.

    I think it's rather disrespectful of 'Arlen' to put the names and
    e-mail addresses of his contacts "on the cloud".

    And no 'Arlen', this is not trolling, this is just exposing the
    inconsistency in your argument.

    And yes 'Arlen', I've made this argument before and you ignored it and silently snipped it. We wonder why.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Frank Slootweg@3:633/10 to All on Sunday, February 15, 2026 13:25:58
    Maria Sophia <mariasophia@comprehension.com> wrote:
    Frank Slootweg wrote:
    [Carlos' missing attribution.]
    That's your claim, and we do not accept it. We are all respectful of
    other people privacy when using the Android contact app.

    I think it's rather disrespectful of 'Arlen' to put the names and
    e-mail addresses of his contacts "on the cloud".

    And no 'Arlen', this is not trolling, this is just exposing the inconsistency in your argument.

    And yes 'Arlen', I've made this argument before and you ignored it and silently snipped it. We wonder why.

    Hi Frank,

    You are misrepresenting what I actually do with contacts.

    Nope, I'm not, but you're so caught up in the phone/phone-number
    contacts part that you do not even (seem to) realize that you put the
    names and e-mail addresses of your contacts "on the cloud".

    [...]

    I do not store my contacts in any public cloud service.

    Yes, you do store the names and e-mail addresses of your contacts on a
    public service, you just don't realize it. The public service you use is
    as liable to leaking contact information as the Google service you don't
    (want to) use. That's the inconsistency in your argument.

    [...]

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Richmond@3:633/10 to All on Sunday, February 15, 2026 13:53:00
    Frank Slootweg <this@ddress.is.invalid> writes:

    Yes, you do store the names and e-mail addresses of your contacts on a public service, you just don't realize it. The public service you use is
    as liable to leaking contact information as the Google service you don't (want to) use. That's the inconsistency in your argument.


    That's not the way I read it. I read it as he doesn't use the contacts
    app, he puts his contacts somewhere else, presumably somewhere which is
    not stored or backed up to the cloud. (Although Google Contacts are
    encrypted in the cloud anyway, so it is only on the phone where apps
    have permission to read them that it matters).

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Frank Slootweg@3:633/10 to All on Sunday, February 15, 2026 14:04:00
    Richmond <dnomhcir@gmx.com> wrote:
    Frank Slootweg <this@ddress.is.invalid> writes:

    Yes, you do store the names and e-mail addresses of your contacts on a public service, you just don't realize it. The public service you use is
    as liable to leaking contact information as the Google service you don't (want to) use. That's the inconsistency in your argument.

    That's not the way I read it. I read it as he doesn't use the contacts
    app, he puts his contacts somewhere else, presumably somewhere which is
    not stored or backed up to the cloud.

    I'm not commenting on what he says, but on what he does *not* say, but
    still *does*, without realizing it.

    (Although Google Contacts are
    encrypted in the cloud anyway, so it is only on the phone where apps
    have permission to read them that it matters).

    I think he begs to differ! :-)

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Richmond@3:633/10 to All on Sunday, February 15, 2026 14:10:07
    Frank Slootweg <this@ddress.is.invalid> writes:

    Richmond <dnomhcir@gmx.com> wrote:
    Frank Slootweg <this@ddress.is.invalid> writes:

    Yes, you do store the names and e-mail addresses of your contacts on a >> > public service, you just don't realize it. The public service you use is >> > as liable to leaking contact information as the Google service you don't >> > (want to) use. That's the inconsistency in your argument.

    That's not the way I read it. I read it as he doesn't use the contacts
    app, he puts his contacts somewhere else, presumably somewhere which is
    not stored or backed up to the cloud.

    I'm not commenting on what he says, but on what he does *not* say, but still *does*, without realizing it.


    OK, what is it he does without realising it, and how did you know about
    it if he didn't?

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Frank Slootweg@3:633/10 to All on Sunday, February 15, 2026 14:32:05
    Richmond <dnomhcir@gmx.com> wrote:
    Frank Slootweg <this@ddress.is.invalid> writes:

    Richmond <dnomhcir@gmx.com> wrote:
    Frank Slootweg <this@ddress.is.invalid> writes:

    Yes, you do store the names and e-mail addresses of your contacts on a >> > public service, you just don't realize it. The public service you use is >> > as liable to leaking contact information as the Google service you don't >> > (want to) use. That's the inconsistency in your argument.

    That's not the way I read it. I read it as he doesn't use the contacts
    app, he puts his contacts somewhere else, presumably somewhere which is
    not stored or backed up to the cloud.

    I'm not commenting on what he says, but on what he does *not* say, but still *does*, without realizing it.

    OK, what is it he does without realising it, and how did you know about
    it if he didn't?

    Sorry, but that's for him (and perhaps for you?) to find out. I'm not
    going to spoil it.

    In case you're not aware of who and what 'Maria' a.k.a. 'Arlen' is, I
    can understand that this looks a rather strange way of (not) discussing
    things. Be patient.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Frank Slootweg@3:633/10 to All on Sunday, February 15, 2026 19:17:38
    Maria Sophia <mariasophia@comprehension.com> wrote:
    [...]

    And for the record, his veiled hint about "putting email addresses on the cloud" does not even land. I do not use a mail client on my phone at all.

    And for the record, I did not say or imply that you did use a mail
    client on your phone.

    Your assumption that my comment was directly related to your use of
    phone numbers on your phone, only reconfirms my point that you're so
    caught up in *your* side of the matter, that you can not see beyond it.

    [...]

    The bottom line is simple, he cannot point to any inconsistency because
    there is not one.

    The inconsistency is there, but not where you (apparently) think it
    is. Try to open up your mind and use that "high intelligence" of yours.

    To Richmond: Sorry you got caught in the middle.

    --- PyGate Linux v1.5.11
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)