爱吃小刀鱼
爱吃小刀鱼
public static void goTrustWallet(Activity activity, Session.Config config){ try { Intent intent = new Intent(Intent.ACTION_VIEW); intent.setPackage("com.wallet.crypto.trustapp"); intent.setData(Uri.parse(config.toWCUri())); activity.startActivity(intent); } catch (Exception e) { e.printStackTrace(); IntentUtils.launchAppDetail(activity, "com.wallet.crypto.trustapp"); } Log.i("LoginActivity","Trust:"+"https://link.trustwallet.com/wc?uri="+config.toWCUri()); } I can't...
使用tablayout+ViewPager+fragment创建多个页面,每个页面的AAChartViewe配置相同,但是每次都会随机有几个页面的浮层点击不能显示。
这些方法都试过了,在Android 10系统 ,view 转bitmap返回的都是null