圈选问题
1. 集成 SDK 后,Activity 受影响
// 请注意自己判断 intent 是否为空
Uri data = intent.getData();
if (data.getScheme().startsWith("growing.")){
Log.d(TAG, "GrowingIO url scheme, not process");
}Last updated
Was this helpful?
// 请注意自己判断 intent 是否为空
Uri data = intent.getData();
if (data.getScheme().startsWith("growing.")){
Log.d(TAG, "GrowingIO url scheme, not process");
}Last updated
Was this helpful?
Was this helpful?