Fix build break

Bug:339348046
Test: Build pass locally
Change-Id: I98db39d696617fc81fdad4e73419b34f5265b0ad
Merged-In: I45cd92a8688e7a619613361ea4a8d58a0984d99f
This commit is contained in:
Tom Hsu
2024-05-08 08:54:58 +00:00
parent bb90a2c5c8
commit 864122b8b7

View File

@@ -98,7 +98,7 @@ public class AirplaneModePreferenceController extends TogglePreferenceController
if (mAirplaneModeEnabler.isInEcmMode()) {
if (mFragment != null) {
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);
}
return true;