Add missing @Deprecated annotation to previously released API am: 89d14b5457 am: 86c7914214
Original change: https://android-review.googlesource.com/c/platform/prebuilts/module_sdk/Wifi/+/3337941
Change-Id: I8842fad428951f729fc80df24c862c071d947f38
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/current/sdk_library/system/framework-wifi-removed.txt b/current/sdk_library/system/framework-wifi-removed.txt
index 0c469bc..3d804d9 100644
--- a/current/sdk_library/system/framework-wifi-removed.txt
+++ b/current/sdk_library/system/framework-wifi-removed.txt
@@ -2,12 +2,12 @@
package android.net.wifi {
@Deprecated public class BatchedScanResult implements android.os.Parcelable {
- ctor public BatchedScanResult();
- ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
- method public int describeContents();
- method public void writeToParcel(android.os.Parcel, int);
- field public final java.util.List<android.net.wifi.ScanResult> scanResults;
- field public boolean truncated;
+ ctor @Deprecated public BatchedScanResult();
+ ctor @Deprecated public BatchedScanResult(android.net.wifi.BatchedScanResult);
+ method @Deprecated public int describeContents();
+ method @Deprecated public void writeToParcel(android.os.Parcel, int);
+ field @Deprecated public final java.util.List<android.net.wifi.ScanResult> scanResults;
+ field @Deprecated public boolean truncated;
}
public final class ScanResult implements android.os.Parcelable {