treehouses / remote

⚡ control Raspberry Pi from Android Device through Bluetooth ⚡
https://play.google.com/store/apps/details?id=io.treehouses.remote
GNU Affero General Public License v3.0
61 stars 27 forks source link

`playstore`: Prominent disclosure not found #1875

Closed Okuro3499 closed 2 months ago

Okuro3499 commented 5 months ago
Your app must display a prominent disclosure in a dialog that appears before your app’s location runtime permission. 
Based on our review, a prominent disclosure didn’t appear. 
(See [Google Play Policy - Declared permissions and in-app disclosures](https://www.youtube.com/watch?v=b0I1Xq_iSK4&t=1s) 
video for an example of a dialog that pops up in the app with the necessary information.)
xyb994 commented 3 months ago

Ideally we would like to only start to explain and prompt for location permission at the following 3 scenarios:

  1. Community option item selected
  2. Setting - Privacy - Share Data toggled on
  3. showLogDialog asking user to opt-in data sharing after 3 connections

Q: how does statusCheck checking for GPS setting on/off affect us making the above change...?