WM Jetpack interface update in Settings
Updating to the latest version of the library that's added in the topic. Bug: 199676595 Test: Build, install and test Settings Change-Id: Ia08314a93c4b5263e2fb6c06a5b517a74e9e3745
This commit is contained in:
committed by
Diego Vela
parent
e7cca4cd81
commit
356292a1ee
@@ -55,7 +55,7 @@ public class ActivityEmbeddingUtils {
|
||||
public static boolean isEmbeddingActivityEnabled(Context context) {
|
||||
final boolean isFlagEnabled = FeatureFlagUtils.isEnabled(context,
|
||||
FeatureFlagUtils.SETTINGS_SUPPORT_LARGE_SCREEN);
|
||||
final boolean isSplitSupported = new SplitController(context).isSplitSupported();
|
||||
final boolean isSplitSupported = SplitController.getInstance().isSplitSupported();
|
||||
|
||||
Log.d(TAG, "isFlagEnabled = " + isFlagEnabled);
|
||||
Log.d(TAG, "isSplitSupported = " + isSplitSupported);
|
||||
|
Reference in New Issue
Block a user