| | |
| | | mViewBinding.tvTest.setOnClickListener(new View.OnClickListener() { |
| | | @Override |
| | | public void onClick(View v) { |
| | | // startActivity(new Intent() |
| | | // .setAction(Intent.ACTION_MAIN) |
| | | // .addCategory(Intent.CATEGORY_HOME) |
| | | // .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | Intent.FLAG_ACTIVITY_CLEAR_TOP) |
| | | // .setClassName("com.eg.android.AlipayGphone", "com.alipay.mobile.security.accountmanager.ui.AccountManagerV2Activity")); |
| | | |
| | | // Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(String.format("alipays://platformapi/startapp?appId=20000067&url=%s", URLEncoder.encode("https://ur.alipay.com/_qHNy1BGCl0hq70u17PWl4")))); |
| | | // startActivity(intent); |
| | | // if(1>0){ |
| | | // return; |
| | | // } |
| | | |
| | | |
| | | Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("intent://platformapi/startapp?appId=20000027&launchKey=754b2de6-e20b-4bf4-b82a-c9613f668024-1719452266547#Intent;scheme=alipays;package=com.eg.android.AlipayGphone;end")); |
| | | startActivity(intent); |
| | | |
| | | if(1>0){ |
| | | return; |
| | | } |
| | | |
| | | // |
| | | |