Fix build break
Bug:339348046 Test: Build pass locally Change-Id: I98db39d696617fc81fdad4e73419b34f5265b0ad Merged-In: I45cd92a8688e7a619613361ea4a8d58a0984d99f
This commit is contained in:
@@ -98,7 +98,7 @@ public class AirplaneModePreferenceController extends TogglePreferenceController
|
|||||||
if (mAirplaneModeEnabler.isInEcmMode()) {
|
if (mAirplaneModeEnabler.isInEcmMode()) {
|
||||||
if (mFragment != null) {
|
if (mFragment != null) {
|
||||||
mFragment.startActivityForResult(
|
mFragment.startActivityForResult(
|
||||||
new Intent(TelephonyManager.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null)
|
new Intent(TelephonyManager.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null),
|
||||||
REQUEST_CODE_EXIT_ECM);
|
REQUEST_CODE_EXIT_ECM);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user