I remember reading an article where the government and Google were able to read notifications and record them from every android device. I wonder if Graphene might have patched this problem, and if not, do they have any plans to do so?

Thanks!

  • @dracs
    link
    English
    23 months ago

    Anything using FCM will be effected. UnifiedPush which I mentioned I don’t believe has an option to encrypt notification content either. Using it you’d already at least have the option of using a provider with a better privacy policy or self hosting it.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      3 months ago

      I don’t believe has an option to encrypt notification content either.

      This is not an option you would actually want from any service.

      You don’t want to be giving the plain text message to anyone to encrypt. Instead the notification contents should be given to the service provider (FCM or anyone else) already encrypted and only able to be decrypted by the app.