bojka
Results
2
comments of
bojka
在新打开的页面是platformview实现的时候,关闭的时候会有闪烁黑屏,退出也没动画,android上
still exist, need to adjust android 12 with the code `PendingIntent pendingIntent; if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.S) { pendingIntent = PendingIntent.getActivity(this, 123, intent, PendingIntent.FLAG_IMMUTABLE); } else { pendingIntent = PendingIntent.getActivity(this, 123,...