[Android] 고유키(AndroidID) 가져오기
String androidId = Settings.Secure.getString(context.getContentResolver(), Settings.Secure.ANDROID_ID);
'안드로이드' 카테고리의 다른 글
[Android] 카카오 로그인 v2 Java로 구현하기 (0) | 2021.05.24 |
---|---|
[Android] RecyclerView의 Item 간격 띄우기 (ItemDecoration) (0) | 2021.05.23 |
[Android] RecyclerView 마지막 item에만 padding 넣기 (0) | 2021.04.07 |
[Android] Toast 메시지 중첩 호출 방지하기 (0) | 2021.04.05 |
[Android] 안드로이드 고유 식별자 (unique identifiers) (0) | 2021.03.24 |