HarmonyOS 如何通过自定义scheme判断是否安装相应的应用?

其他系统代码:

String path = "alipays://platformapi/startapp";
Uri uri = Uri.parse(path);
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
ComponentName componentName = intent.resolveActivity(getPackageManager());
if(componentName != null){
  //scheme uri对应的APP安装了;
}

HarmonyOS APP如何通过这样的scheme uri判断应用是否安装

阅读 471
logo
HarmonyOS
子站问答
访问
宣传栏