Loading api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,6 @@ package android.app { method public boolean convertToTranslucent(android.app.Activity.TranslucentConversionListener, android.app.ActivityOptions); method public deprecated boolean isBackgroundVisibleBehind(); method public deprecated void onBackgroundVisibleBehindChanged(boolean); method public void setDisablePreviewScreenshots(boolean); } public static abstract interface Activity.TranslucentConversionListener { Loading core/java/android/app/Activity.java +0 −1 Original line number Diff line number Diff line Loading @@ -7751,7 +7751,6 @@ public class Activity extends ContextThemeWrapper * @param disable {@code true} to disable preview screenshots; {@code false} otherwise. * @hide */ @SystemApi public void setDisablePreviewScreenshots(boolean disable) { try { ActivityManager.getService().setDisablePreviewScreenshots(mToken, disable); Loading Loading
api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,6 @@ package android.app { method public boolean convertToTranslucent(android.app.Activity.TranslucentConversionListener, android.app.ActivityOptions); method public deprecated boolean isBackgroundVisibleBehind(); method public deprecated void onBackgroundVisibleBehindChanged(boolean); method public void setDisablePreviewScreenshots(boolean); } public static abstract interface Activity.TranslucentConversionListener { Loading
core/java/android/app/Activity.java +0 −1 Original line number Diff line number Diff line Loading @@ -7751,7 +7751,6 @@ public class Activity extends ContextThemeWrapper * @param disable {@code true} to disable preview screenshots; {@code false} otherwise. * @hide */ @SystemApi public void setDisablePreviewScreenshots(boolean disable) { try { ActivityManager.getService().setDisablePreviewScreenshots(mToken, disable); Loading