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

Commit c1a58716 authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Clone array in getAllNetworkTypes"

parents 887dfc07 fc4ec6a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2843,7 +2843,7 @@ public class TelephonyManager {
     */
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    public static @NonNull @NetworkType int[] getAllNetworkTypes() {
        return NETWORK_TYPES;
        return NETWORK_TYPES.clone();
    }
    /**