반응형 targeting Android 122 [android] targetSdk 31 "Notification trampoline restrictions" target 31적용 후 알람이 발생되고 알람을 선택 시 반응이 없다 안드로이드12를 타겟팅하는 앱 변경사항 중 하나의 항목 중 하나입니다. Notification trampoline restrictions https://developer.android.com/about/versions/12/behavior-changes-12#notification-trampolines 안드로이드12 부터 service 또는 broadcast 에서 activity를 시작할수 없습니다. pending intent 사용 시 activity 사용으로 변경해야 합니다. As-Is PendingIntent.getBroadcast To-be PendingIntent.getActivity 2022. 3. 3. [android] targetSdkVersion 31 적용 에러 "Safer component exporting" 프로젝트 타겟을 31로 변경하여 빌드 시 에러발생 android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details. 검색 시 안드로이드12를 타겟팅하는 앱 변경사항 중 하나의 항목이 있다 "Safer compone.. 2022. 3. 3. 이전 1 다음 반응형