Update name of used API
Test: Builds Change-Id: I470d98b0fff94128ff03322d138930b3bb19342e Exempt-From-Owner-Approval: Trivial rename
This commit is contained in:
@@ -545,7 +545,7 @@ public class IccLockSettings extends SettingsPreferenceFragment
|
||||
params.format = PixelFormat.TRANSLUCENT;
|
||||
params.windowAnimations = com.android.internal.R.style.Animation_Toast;
|
||||
params.type = WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL;
|
||||
params.setFitWindowInsetsTypes(params.getFitWindowInsetsTypes() & ~Type.statusBars());
|
||||
params.setFitInsetsTypes(params.getFitInsetsTypes() & ~Type.statusBars());
|
||||
params.setTitle(errorMessage);
|
||||
params.flags = WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON
|
||||
| WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
|
||||
|
Reference in New Issue
Block a user