Loading packages/SystemUI/src/com/android/systemui/SystemUIApplication.java +3 −1 Original line number Diff line number Diff line Loading @@ -159,10 +159,12 @@ public class SystemUIApplication extends Application { if (mServicesStarted) { int len = mServices.length; for (int i = 0; i < len; i++) { if (mServices[i] != null) { mServices[i].onConfigurationChanged(newConfig); } } } } @SuppressWarnings("unchecked") public <T> T getComponent(Class<T> interfaceType) { Loading Loading
packages/SystemUI/src/com/android/systemui/SystemUIApplication.java +3 −1 Original line number Diff line number Diff line Loading @@ -159,10 +159,12 @@ public class SystemUIApplication extends Application { if (mServicesStarted) { int len = mServices.length; for (int i = 0; i < len; i++) { if (mServices[i] != null) { mServices[i].onConfigurationChanged(newConfig); } } } } @SuppressWarnings("unchecked") public <T> T getComponent(Class<T> interfaceType) { Loading