Video badging levels: @Deprecate and @remove
Video based badging is not going out in O. Hide video-terminology
constants.
Bug: 37687077
Test: make update-api;
Change-Id: Ibd3a732be11bcd0f6b1077943a34b77f7c971ee3
diff --git a/api/test-removed.txt b/api/test-removed.txt
index 756dc69..69bb3da 100644
--- a/api/test-removed.txt
+++ b/api/test-removed.txt
@@ -238,6 +238,14 @@
method public deprecated int stopUsingNetworkFeature(int, java.lang.String);
}
+ public deprecated class NetworkBadging {
+ method public static android.graphics.drawable.Drawable getWifiIcon(int, int, android.content.res.Resources.Theme);
+ field public static final int BADGING_4K = 30; // 0x1e
+ field public static final int BADGING_HD = 20; // 0x14
+ field public static final int BADGING_NONE = 0; // 0x0
+ field public static final int BADGING_SD = 10; // 0xa
+ }
+
public abstract class NetworkRecommendationProvider {
ctor public deprecated NetworkRecommendationProvider(android.os.Handler);
method public deprecated void onRequestRecommendation(android.net.RecommendationRequest, android.net.NetworkRecommendationProvider.ResultCallback);