You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/current.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3690,6 +3690,7 @@ package android.app {
3690
3690
method public int getRouteTypes();
3691
3691
method public void setExtendedSettingsClickListener(android.view.View.OnClickListener);
3692
3692
method public void setRouteTypes(int);
3693
+
method public void showDialog();
3693
3694
}
3694
3695
3695
3696
public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callback android.view.SurfaceHolder.Callback2 android.view.ViewTreeObserver.OnGlobalLayoutListener {
@@ -11575,11 +11576,13 @@ package android.media {
11575
11576
}
11576
11577
11577
11578
public static class MediaRouter.UserRouteInfo extends android.media.MediaRouter.RouteInfo {
11579
+
method public java.lang.Object getTag();
11578
11580
method public void setIconDrawable(android.graphics.drawable.Drawable);
11579
11581
method public void setIconResource(int);
11580
11582
method public void setName(java.lang.CharSequence);
11581
11583
method public void setRemoteControlClient(android.media.RemoteControlClient);
11582
11584
method public void setStatus(java.lang.CharSequence);
11585
+
method public void setTag(java.lang.Object);
11583
11586
}
11584
11587
11585
11588
public class MediaScannerConnection implements android.content.ServiceConnection {
0 commit comments