Make IStatusBarService.clearInlineReplyUriPermissions oneway

Bug: 221201054
Test: tbd
Change-Id: Ib766e7d366b9fb4312b7414cabd59b9ffcb3c6df
This commit is contained in:
Julia Tuttle
2022-03-09 16:38:57 -05:00
parent 691426b8c3
commit 4ce8da6789

View File

@@ -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();