Merge "Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the host" into oc-dev

am: 7790695bf2

Change-Id: I3520dc3c3a5cbe933894764e2d3f7ac9df11582e
This commit is contained in:
Sunny Goyal
2017-04-19 18:33:04 +00:00
committed by android-build-merger
4 changed files with 3 additions and 2 deletions

View File

@@ -276,8 +276,6 @@ public class AppWidgetHost {
/**
* Gets a list of all the appWidgetIds that are bound to the current host
*
* @hide
*/
public int[] getAppWidgetIds() {
try {