KTX1 안드로이드 12 PendingIntent 이슈 및 대응 java.lang.IllegalArgumentException: com.example.myapp: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. 대충 이러한 에러메세지를 뱉어내고 있습니다. 보통 PendingIntent는 notification을 터치 시 이동 할 엑티비티를 구현 하는데 많이 쓰이는데요. 안드로이드 12 타겟팅 하실 때는 Intent intent = new Intent(this, MainActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);.. 2021. 12. 6. 이전 1 다음