Archie
01/14/2021, 5:30 AMSettings.Secure.getString(context.contentResolver, Settings.Secure.ANDROID_ID)
is used as a "Unique Identifier" but this prompts a warning in Lint saying, that it is not recommend
. With the message:
Using these device identifiers is not recommended other than for high value fraud prevention and advanced telephony Using these device identifiers is not recommended other than for high value fraud prevention and advanced telephony use-cases. For advertising use-cases, use AdvertisingIdClient$Info#getId and for analytics, use InstanceId#getIdI'm not quite sure if my use-case falls under the use of this value. I also wonder why this isn't mention in Best practices for unique identifiers. And so by reading the Documentation, I found out about DRM API and was wondering if this is a better alternative to the one above. I'd really appreciate any feedback. Please share your thoughts. Thank you very much.
okarm
01/14/2021, 8:13 AMArchie
01/14/2021, 8:14 AMPaul Jervis
01/15/2021, 1:32 AMPaul Jervis
01/15/2021, 1:32 AMArchie
01/15/2021, 4:04 AMPaul Jervis
01/15/2021, 12:41 PMTom Hermann
01/19/2021, 7:08 PMArchie
01/19/2021, 8:21 PMTom Hermann
01/20/2021, 8:56 PMArchie
01/28/2021, 12:39 PMPaul Jervis
01/28/2021, 2:12 PM