diff options
author | Svetoslav <svetoslavganov@google.com> | 2014-08-08 12:48:06 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2014-08-08 20:35:59 +0000 |
commit | 8e1d299da27da534b508b1da51ebe351a689cefa (patch) | |
tree | 9e83a2646024f422190d0e9ddfee54aa913b9f66 /api | |
parent | 5c8ea2c369deab75719fe7c7301846a8ef955702 (diff) | |
download | frameworks_base-8e1d299da27da534b508b1da51ebe351a689cefa.zip frameworks_base-8e1d299da27da534b508b1da51ebe351a689cefa.tar.gz frameworks_base-8e1d299da27da534b508b1da51ebe351a689cefa.tar.bz2 |
Polish the new cross-profile app widget APIs
bug:14991269
Change-Id: I5996f8c69a3d151ff1ecd8f19403dd606f588150
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 8514584..e70be0e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -5747,7 +5747,7 @@ package android.appwidget { method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged(); - method public final void startAppWidgetConfigureActivityForResult(android.app.Activity, android.content.Intent, int); + method public final void startAppWidgetConfigureActivityForResult(android.app.Activity, int, int, int, android.os.Bundle); method public void startListening(); method public void stopListening(); } @@ -5775,7 +5775,7 @@ package android.appwidget { method public android.appwidget.AppWidgetProviderInfo getAppWidgetInfo(int); method public android.os.Bundle getAppWidgetOptions(int); method public java.util.List<android.appwidget.AppWidgetProviderInfo> getInstalledProviders(); - method public java.util.List<android.appwidget.AppWidgetProviderInfo> getInstalledProvidersForProfiles(android.os.UserHandle[]); + method public java.util.List<android.appwidget.AppWidgetProviderInfo> getInstalledProvidersForProfile(android.os.UserHandle); method public static android.appwidget.AppWidgetManager getInstance(android.content.Context); method public void notifyAppWidgetViewDataChanged(int[], int); method public void notifyAppWidgetViewDataChanged(int, int); |