diff options
author | Hall Liu <hallliu@google.com> | 2020-10-23 18:12:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-23 18:12:10 +0000 |
commit | ae9309bc05ec7a123cbbfaf9c687113213533838 (patch) | |
tree | 65e8b0915d3ee49f7ec772eedb9592825e159202 /api | |
parent | 3e7b21c1b6eaa994deb85db19d08ff08eaebd80a (diff) | |
parent | 644532e774f73d592ef68280ce6ca9b8112b5658 (diff) |
Merge "Expose methods to enumerate constants"
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 { |