I was a long-time user of Boost for Reddit. Now that it is dead, I have moved over to Lemmy, in part because I saw that is what the creator of Boost was doing. My only question is what everyone thinks of the app Permissions for Boost for Lemmy. Right now I’m using Connect for Lemmy and it doesn’t require nearly so many permissions as Boost will.require. Particularly purchase history, is that just so it can know if you purchased the app or is it your entire purchase history? And location. I’m not sure why it needs that. Can someone chime in on this. Maybe ELI5 the permissions for me?

  • Evening Newbs
    link
    English
    91 year ago

    Incorrect. If you aren’t using WifiManager, you don’t need ACCESS_WIFI_STATE or location permissions. ConnectivityManager gives information to know the connection type with only ACCESS_NETWORK_STATE, which is granted automatically on install without prompting the user to allow.

    And besides that, you should really be checking ConnectivityManager.isActiveNetworkMetered() instead of the connection type anyway, since the user could be on tethered wifi, for instance.

    • Martin
      link
      fedilink
      English
      211 months ago

      I wish more app developers looked at if the connection is metered or not. I have unlimited mobile data, but there are so many apps who needlessly try to protect my precious data by blocking downloads based on connection type.