2024年10月17日
摘要: import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.pm.PackageManager; import android 阅读全文
posted @ 2024-10-17 15:45 白衣雨果 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 打开: val intent = Intent(context, FlutterAppActivity::class.java) intent.action = Intent.ACTION_RUN intent.putExtra(EXTRA_PARAMS, map as Serializable) 阅读全文
posted @ 2024-10-17 15:29 白衣雨果 阅读(9) 评论(0) 推荐(0) 编辑