android122 안드로이드 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. 안드로이드 12 타겟팅 시 필수 메니페스트 설정 Activity(엑티비티) 속성에 항상 android:exported="false" android:exported="true" 둘 중 하나의 설정을 꼭 해주셔야합니다. true면 외부에서 접근 허용 false면 접근 불가 2021. 12. 6. 이전 1 다음