Hi,
I installed an app that now shows me what seems to be an ANDROID_ID string and my device model (i.e. ‘google Pixel 8').
As far as I’m guessing and understanding things, there’s no permission that governs the device model disclosure, and the only solution to avoid it would be to spoof the device model, which is out of question since it requires root privilege.
I also notice that the string ‘google Pixel 8’ has the Google name without a capital G, which let me think that maybe the google part has been inferred by a third party rather than having been hard-coded by Google itself.
The app itself has been installed through the Play Store, and needs its services for push notifications.
So, has the app got the device model itself or via Google APIs?
And what is the exact name of this string?
The most important question and obvious one: Is this the expected behaviour under GOS, knowing I’ve given permissions as little as possible.
Thanks for your enlightenment.