ignore iitcm and iitcm test in intent lists
This commit is contained in:
parent
75310d6261
commit
b642ec2299
@ -74,8 +74,8 @@ public class IntentGenerator {
|
|||||||
final ActivityInfo activity = resolveInfo.activityInfo;
|
final ActivityInfo activity = resolveInfo.activityInfo;
|
||||||
final ComponentName component = new ComponentName(activity.packageName, activity.name);
|
final ComponentName component = new ComponentName(activity.packageName, activity.name);
|
||||||
|
|
||||||
// remove IITCm from list
|
// remove IITCm and IITCm test from list
|
||||||
if (activity.packageName.equals(packageName)) continue;
|
if (activity.packageName.contains(packageName)) continue;
|
||||||
|
|
||||||
final Intent targetIntent = new Intent(intent)
|
final Intent targetIntent = new Intent(intent)
|
||||||
.setComponent(component)
|
.setComponent(component)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user