|
|
@ -995,9 +995,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
String action = intent.getAction();
|
|
|
|
String action = intent.getAction();
|
|
|
|
Log.i("View intent=" + intent +
|
|
|
|
Log.i("View intent=" + intent + " " + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
|
|
|
" action=" + action +
|
|
|
|
|
|
|
|
" extras=" + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
|
|
|
|
|
|
|
if (action != null) {
|
|
|
|
if (action != null) {
|
|
|
|
intent.setAction(null);
|
|
|
|
intent.setAction(null);
|
|
|
|
setIntent(intent);
|
|
|
|
setIntent(intent);
|
|
|
|