diff options
author | Iliyan Malchev <malchev@google.com> | 2012-08-14 11:11:49 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2012-08-14 11:17:21 -0700 |
commit | 578531082b8e8c8aa03868e69591b7613b0e8b8e (patch) | |
tree | 3a3454f3792d4305158bf75b961326164e438923 /api | |
parent | 73025eda13e19672534974efa06d1e2313bceb30 (diff) | |
download | frameworks_base-578531082b8e8c8aa03868e69591b7613b0e8b8e.zip frameworks_base-578531082b8e8c8aa03868e69591b7613b0e8b8e.tar.gz frameworks_base-578531082b8e8c8aa03868e69591b7613b0e8b8e.tar.bz2 |
Revert "Add timestamp in scan results"
Temporarily reverting this until all devices switch to using wpa_supplicant_8.
This reverts commit b31f78f93768fef269617ec788a5c6655a375f80.
Change-Id: I33fcb8415288d95289dcd46fa71e950e0f2b87ec
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 02bdb93..c1df578 100644 --- a/api/current.txt +++ b/api/current.txt @@ -13210,7 +13210,6 @@ package android.net.wifi { field public java.lang.String capabilities; field public int frequency; field public int level; - field public long timestamp; } public final class SupplicantState extends java.lang.Enum implements android.os.Parcelable { |