728x90
์๋๋ก์ด๋ 12๋ก ๋์ด์ค๋ฉด์ ์๊ธด ๋ฌธ์ .
ํด๊ฒฐ ๋ฐฉ๋ฒ 1
dependencies {
implementation 'androidx.work:work-runtime-ktx:2.7.1'
...
}
ํด๊ฒฐ ๋ฐฉ๋ฒ 2
val pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_MUTABLE);
PendingIntent๋ฅผ ์ฌ์ฉํ๋ ๊ณณ์ PendingIntent.FLAG๋ฅผ ์ค์ ํด์ค๋ค.
Android 12 ์ดํ ๋ถํฐ ๋ฐ๋์ ์ค์ ํด์ผํ๋ค.
์ ๋ 1๋ฒ์ ๋ฐฉ๋ฒ์ด ์๋์ 2๋ฒ ๋ฐฉ๋ฒ์ผ๋ก ํด๊ฒฐํ์ต๋๋ค...!
728x90