Merge tag 'android-16.0.0_r3' into 16-dev
Android 16.0.0 Release 3 (BP3A.250905.014) Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
+2
-3
@@ -122,7 +122,7 @@ public interface NotificationMenuRowPlugin extends Plugin {
|
||||
|
||||
public void setAppName(String appName);
|
||||
|
||||
public void createMenu(ViewGroup parent, StatusBarNotification sbn);
|
||||
public void createMenu(ViewGroup parent);
|
||||
|
||||
public void resetMenu();
|
||||
|
||||
@@ -215,9 +215,8 @@ public interface NotificationMenuRowPlugin extends Plugin {
|
||||
|
||||
/**
|
||||
* Callback used to signal the menu that its parent notification has been updated.
|
||||
* @param sbn
|
||||
*/
|
||||
public void onNotificationUpdated(StatusBarNotification sbn);
|
||||
public void onNotificationUpdated();
|
||||
|
||||
/**
|
||||
* Callback used to signal the menu that a user is moving the parent notification.
|
||||
|
||||
Reference in New Issue
Block a user