Revert "CaptivePortalData: use CharSequence in VenueFriendlyName API"
This reverts commit 6ae29ff41a.
Reason for revert: b/183174863
Bug: 183174863
Change-Id: I4db923e112bba149f4e8eb4cfa8c3f97defd5e63
This commit is contained in:
@@ -18,7 +18,7 @@ package android.net {
|
||||
method public long getRefreshTimeMillis();
|
||||
method @Nullable public android.net.Uri getUserPortalUrl();
|
||||
method public int getUserPortalUrlSource();
|
||||
method @Nullable public CharSequence getVenueFriendlyName();
|
||||
method @Nullable public String getVenueFriendlyName();
|
||||
method @Nullable public android.net.Uri getVenueInfoUrl();
|
||||
method public int getVenueInfoUrlSource();
|
||||
method public boolean isCaptive();
|
||||
@@ -40,7 +40,7 @@ package android.net {
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setSessionExtendable(boolean);
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setUserPortalUrl(@Nullable android.net.Uri);
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setUserPortalUrl(@Nullable android.net.Uri, int);
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setVenueFriendlyName(@Nullable CharSequence);
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setVenueFriendlyName(@Nullable String);
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setVenueInfoUrl(@Nullable android.net.Uri);
|
||||
method @NonNull public android.net.CaptivePortalData.Builder setVenueInfoUrl(@Nullable android.net.Uri, int);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user