android_id

  1. A

    Android Question Is it Ok to use Phone.GetSettings("android_id")

    Hi all. Is it safe to use a code like this to get unique phone id? It works on my Android 10 phone today. But what about tomorrow? Or Advertising ID is a only safe way? Sub GenerateID() As String Try Dim P As Phone Dim IDAndroid As String=P.GetSettings("android_id")...
Top