Refactored cell broadcast area info support
Area info cell broadcast messages are not handled by cell broadcast receiver anymore. Instead, they will be processed in cell broadcast service. Privileged apps that are interested in getting the information will need to get it directly from cell broadcast service. Note this is only enabled for certain countries and carriers. Test: Manual Bug: 141318859 Change-Id: If6a0a0c6a76e8b90a8feaea1e2771993e2d0edfe
This commit is contained in:
@@ -74,6 +74,12 @@ public class SimStatusDialogFragment extends InstrumentedDialogFragment {
|
||||
return builder.setView(mRootView).create();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
mController.deinitialize();
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
public void removeSettingFromScreen(int viewId) {
|
||||
final View view = mRootView.findViewById(viewId);
|
||||
if (view != null) {
|
||||
|
Reference in New Issue
Block a user