diff options
author | Andy Wickham <awickham@google.com> | 2020-06-08 23:06:35 +0000 |
---|---|---|
committer | Andy Wickham <awickham@google.com> | 2020-06-09 05:06:48 +0000 |
commit | ea90fe3b4c6991c0742604ff1442f0b1000b5e3c (patch) | |
tree | 7ab09c47ec7cfe7c6cb92a9835fce7c0683c6a96 /packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java | |
parent | 726f96be0dd61d07b9d8c8f8e7cfca46b9455f71 (diff) |
Removes UniversalSmartspace BroadcastReceiver.
Fixes: 148159743
Test: Verified manually
Change-Id: I1dbcdb795c6872053e3f71503c3e52eba019d7bd
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java index 9d8c54501c02..f639c880c97a 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java @@ -141,14 +141,6 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe mLayoutTransition.setAnimateParentHierarchy(false); } - // Temporary workaround to allow KeyguardStatusView to inflate a copy for Universal Smartspace. - // Eventually the existing copy will be reparented instead, and we won't need this. - public KeyguardSliceView(Context context, AttributeSet attributeSet) { - this(context, attributeSet, Dependency.get(ActivityStarter.class), - Dependency.get(ConfigurationController.class), Dependency.get(TunerService.class), - context.getResources()); - } - @Override protected void onFinishInflate() { super.onFinishInflate(); |