Making the security checks and policy changes only when launching custom
shortcuts. This prevents launcher specific intents to unknowingly leak data. Change-Id: I01343a9cee1f2a9a37a20aaf24e933e2771ecdbc
This commit is contained in:
@@ -66,6 +66,7 @@ public class AppInfo extends ItemInfo {
|
||||
itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_SHORTCUT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Intent getIntent() {
|
||||
return intent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user