if (Build.VERSION.SDK_INT>16) {
newNotification01();
}else{
newNotification02();
}
版本判断
最新推荐文章于 2023-08-30 16:46:28 发布
if (Build.VERSION.SDK_INT>16) {
newNotification01();
}else{
newNotification02();
}