摘要:
import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.pm.PackageManager; import android 阅读全文
摘要:
打开: val intent = Intent(context, FlutterAppActivity::class.java) intent.action = Intent.ACTION_RUN intent.putExtra(EXTRA_PARAMS, map as Serializable) 阅读全文