Merge "Change DeepLinkHomepageActivity enable state for ACTION_USER_INITIALIZE" into sc-v2-dev am: 1bc9997032
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16013678 Change-Id: I4882850212e0936f262f883ab82ee22c91f171ce
This commit is contained in:
@@ -34,7 +34,6 @@ import android.content.pm.ShortcutManager;
|
||||
import android.content.pm.UserInfo;
|
||||
import android.os.UserHandle;
|
||||
import android.os.UserManager;
|
||||
import android.text.TextUtils;
|
||||
import android.util.Log;
|
||||
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
@@ -150,10 +149,6 @@ public class SettingsInitialize extends BroadcastReceiver {
|
||||
}
|
||||
|
||||
private void enableTwoPaneDeepLinkActivityIfNecessary(PackageManager pm, Intent intent) {
|
||||
if (!TextUtils.equals(intent.getAction(), Intent.ACTION_PRE_BOOT_COMPLETED)) {
|
||||
return;
|
||||
}
|
||||
|
||||
final ComponentName deepLinkHome = new ComponentName(Utils.SETTINGS_PACKAGE_NAME,
|
||||
SettingsHomepageActivity.ALIAS_DEEP_LINK);
|
||||
final int enableState = SplitController.getInstance().isSplitSupported()
|
||||
|
Reference in New Issue
Block a user