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

Commit c92aeec5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix inconsistant nullability doc on onCellInfo()" am: 991fa9e7

parents ee6282d0 991fa9e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6641,7 +6641,7 @@ public class TelephonyManager {
         * list will be provided. If an error occurs, null will be provided unless the onError
         * callback is overridden.
         *
         * @param cellInfo a list of {@link CellInfo}, an empty list, or null.
         * @param cellInfo a list of {@link CellInfo} or an empty list.
         *
         * {@see android.telephony.TelephonyManager#getAllCellInfo getAllCellInfo()}
         */