Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96b14048 authored by Meng Wang's avatar Meng Wang Committed by android-build-merger
Browse files

Merge "Fix error message: getAllowedCarriers" am: 112d039d

am: 03f4a0f0

Change-Id: If62a8b9d7b4a2c36d20cdb00877563a5586a5f72
parents 63057952 03f4a0f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6072,7 +6072,7 @@ public class TelephonyManager {
        } catch (RemoteException e) {
            Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e);
        } catch (NullPointerException e) {
            Log.e(TAG, "Error calling ITelephony#setAllowedCarriers", e);
            Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e);
        }
        return new ArrayList<CarrierIdentifier>(0);
    }