Make IStatusBarService.clearInlineReplyUriPermissions oneway
Bug: 221201054 Test: tbd Change-Id: Ib766e7d366b9fb4312b7414cabd59b9ffcb3c6df
This commit is contained in:
@@ -91,7 +91,7 @@ interface IStatusBarService
|
||||
void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, boolean isBubbleSuppressed);
|
||||
void hideCurrentInputMethodForBubbles();
|
||||
void grantInlineReplyUriPermission(String key, in Uri uri, in UserHandle user, String packageName);
|
||||
void clearInlineReplyUriPermissions(String key);
|
||||
oneway void clearInlineReplyUriPermissions(String key);
|
||||
void onNotificationFeedbackReceived(String key, in Bundle feedback);
|
||||
|
||||
void onGlobalActionsShown();
|
||||
|
||||
Reference in New Issue
Block a user