From 7ebbf8559091803fb2298ffe33397baec5df9187 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 10 Jun 2016 13:17:08 -0700 Subject: [PATCH] docs: Corrected method name in multi-window docs Confirmed on nyc-dev, the method name is Activity.RequestDragAndDropPermissions(), not--as incorrectly stated--Activity.RequestDropPermissions(). Updating preview docs accordingly. See first comment for doc stage location. bug: 29057218 Change-Id: If147a9a5758abbe8fc46a6b40720e1328c78a095 --- docs/html/preview/features/multi-window.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/preview/features/multi-window.jd b/docs/html/preview/features/multi-window.jd index fec016861e80b..9558c2bb86e2f 100644 --- a/docs/html/preview/features/multi-window.jd +++ b/docs/html/preview/features/multi-window.jd @@ -471,7 +471,7 @@ android:supportsPictureInPicture=["true" | "false"]
- Activity.requestDropPermissions() + Activity.requestDragAndDropPermissions()