Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

VIVO手机如何跳转到【推送通知管理页面】 #11

@kakashilw

Description

@kakashilw

经测试,这样可以跳转到vivo x9s这个app的管理页,不过不能管理app的推送通知的设置,不知谁知道如果调整到推送通知的管理页

  Intent intent = new Intent();
      intent.putExtra("packagename",context.getPackageName());
      intent.putExtra("title","test");
      //i管家包名 6.0有不相同的两款手机
      intent.setComponent(ComponentName.unflattenFromString("com.iqoo.secure/.safeguard.SoftPermissionDetailActivity"));
      if (startSafely(context,intent)){
          return;
      }
      intent.setComponent(ComponentName.unflattenFromString("com.vivo.permissionmanager/.activity.SoftPermissionDetailActivity"));
      if (startSafely(context,intent)){
          return;
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions