Merge "Add ConnectivityManager.TYPE_PROXY to SystemApi"

This commit is contained in:
Remi NGUYEN VAN
2020-12-02 09:23:27 +00:00
committed by Gerrit Code Review

View File

@@ -684,7 +684,7 @@ public class ConnectivityManager {
* {@hide}
*/
@Deprecated
@UnsupportedAppUsage
@SystemApi
public static final int TYPE_PROXY = 16;
/**