Merge "Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi"

This commit is contained in:
Treehugger Robot
2020-01-15 11:42:11 +00:00
committed by Gerrit Code Review

View File

@@ -662,7 +662,7 @@ public class ConnectivityManager {
* {@hide}
*/
@Deprecated
@UnsupportedAppUsage
@SystemApi
public static final int TYPE_WIFI_P2P = 13;
/**