summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-16 11:22:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-16 11:22:22 -0700
commit7bf8fba6f0e0fe8072201a0b174727b905437990 (patch)
tree7b38d7d9bc0b8aa73d5fc472152ff4966cf0ba14 /api
parenta5d552fc2bad6aea2087f56e88fb1ce836a79571 (diff)
parent9f7cbf0e50bcb7e9163b23524814003ba8784732 (diff)
downloadframeworks_base-7bf8fba6f0e0fe8072201a0b174727b905437990.zip
frameworks_base-7bf8fba6f0e0fe8072201a0b174727b905437990.tar.gz
frameworks_base-7bf8fba6f0e0fe8072201a0b174727b905437990.tar.bz2
Merge "API to report if active network is metered."
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index acba64a..0c3e9ce 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -11833,6 +11833,7 @@ package android.net {
method public deprecated boolean getBackgroundDataSetting();
method public android.net.NetworkInfo getNetworkInfo(int);
method public int getNetworkPreference();
+ method public boolean isActiveNetworkMetered();
method public static boolean isNetworkTypeValid(int);
method public boolean requestRouteToHost(int, int);
method public void setNetworkPreference(int);