반응형 Total List134 [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. Frontend loadmap Roadmap(https://roadmap.sh/frontend) HTML CSS JavaScript Version Control Systems Repo Hosting Services GitHub package manager npm / yarn Build Tools Task Runner npm Script Module bundlers Webpack esbuild Pick a Framework React Redux MobX Mordern CSS Styled Components CSS Modules CSS Framworks Bootstrap Material UI Testing your Apps Jest react-testing-library Cypress Enzyme Type Checkers TypeScri.. 2022. 2. 23. [android] 사용자 생성 콘텐츠(UGC) 정책 관련 정보 / 검증 반려 UGC하나로 3번이나 검증이 반려됐네요... UGC 미적용으로 1차 반려 컨텐츠 신고하기 기능 추가 차단/삭제 기능 미적용으로 2차 반려 컨텐츠 신고하기 기능 + 컨텐츠 삭제 기능 차단/삭제기준이 잘못되어 3차 반려 컨텐츠 신고하기 기능 + 사용자 차단/삭제 검증 통과 2022. 2. 23. 이전 1 ··· 15 16 17 18 19 20 21 ··· 34 다음 반응형