🏅 Google Play release. target sdk and file type.
🔵 The background color colorAccent. If you wish to change this at runtime then setBackgroundTintList()
🏅 Google Play release. target sdk and file type.
⏳ socket.setSoTimeout(time) socket.connect(InetSocketAddress, time)
🎤 Broadcast 제한앱은 예외를 제외하고, Implicit broadcasts를 등록하기 위해 manifest를 사용할 수 없다.런타임에 브로드캐스트를 등록할 수 있다.
💫 데이터 최적화 모드 제외 설정도 적용 하려고 했으나, 데이터 최적화 모드가 아니면 현재 설정여부를 알 수 없는것 같아서 제외
🧬 getTextColor 메서드는 ColorStateList 클래스를 리턴한다. 해당 클래스를 사용하는것보다 더 간단하게 getCurrentTextColor 메서드를 사용.
🔋 A 앱에서 B 앱의 서비스를 스타트 시키는데 foreground service 가 아닐 경우 에러가 난다. 배터리 최적화 모드에서 제외시키면 동작 가능하다.