diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/module-lib-current.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/api/module-lib-current.txt b/api/module-lib-current.txt index 2f0ae78f7e2d..3b32b535f0bc 100644 --- a/api/module-lib-current.txt +++ b/api/module-lib-current.txt @@ -71,6 +71,18 @@ package android.os { } +package android.telephony { + + public abstract class CellSignalStrength { + method public static int getNumSignalStrengthLevels(); + } + + public class TelephonyManager { + method @NonNull public static int[] getAllNetworkTypes(); + } + +} + package android.util { public final class Log { |