0

I'm wondering what information applications can obtain regarding the hardware ID. Which device-specific credentials such as Mac Address, Bluetooth Mac Address, IMEI are accessible to user applications.

1
  • 1
    In short: none of them, without special permission, for privacy reasons. Commented May 26, 2022 at 21:40

1 Answer 1

1

You can find detailed info regarding identifiers in the article: https://developer.android.com/training/articles/user-data-ids

Just pay attention to changes in Android 10:

Android 10 (API level 29) adds restrictions for non-resettable identifiers, which include both IMEI and serial number. Your app must be a device or profile owner app, have special carrier permissions, or have the READ_PRIVILEGED_PHONE_STATE privileged permission in order to access these identifiers.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.