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

Commit 03f4a0f0 authored by Meng Wang's avatar Meng Wang Committed by android-build-merger
Browse files

Merge "Fix error message: getAllowedCarriers"

am: 112d039d

Change-Id: Ic04b23b87f56261c2c55f1e0a284109bf353c8d0
parents f7c93bcd 112d039d
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);
    }