안드로이드/warning Expecting an activity to have android.intent.category.LEANBACK_LAUNCHER intent filterExpecting an activity to have android.intent.catego
💌[Android/Kotlin] 암시적인 내부 인텐트 취약성 보안 📌💜🤍 안드로이드 프로젝트 구글 플레이 스토어에 출시 중 경고가 있었다. > 암시적인 내부 인텐트 앱에 암시적인 내부 인텐트 취약성이 있습니다. Intent 객체에는 Android 시스템이 어느
💌 [Android/Kotlin] GCP API 키 유출 - local.properties에 API 키 숨기고 매니페스트에서 사용하기 안드로이드 프로젝트 구글 플레이 스토어에 출시 중 경고가 있었다. > GCP API 키 유출 Google Cloud Platform(GCP) API 키가 노출되어 있습니다. 구글을 비롯하여 네이버, 카카오 등 SDK를...
[Android/Warning] Do not concatenate text displayed with setText. Use resource string with placeholders.
[Android/Kotlin] 구글스토어 배포 시 "App Bundle 유형과 연결된 가독화 파일이 없습니다." 경고 해결 > 이 App Bundle 유형과 연결된 가독화 파일이 없습니다. 난독화된 코드(R8/proguard)를 사용하는 경우 가독화 파일을 업로드하면
'create(MediaType?, String): RequestBody' is deprecated. Moved to extension function. Put the 'content' argument first to fix Java코틀린으로 안드로이드 프로젝트를 하는
구글 인앱 결제를 구현하던 중 오류가 떴다.'getter for skus: ArrayList<String!>' is deprecated. Deprecated in JavagetSkus() 는 deprecated 되어 getProducts() 를 사용해야 한다고 한