Merge "Make IStatusBarService.clearInlineReplyUriPermissions oneway" into tm-dev

This commit is contained in:
Julia Tuttle
2022-03-10 19:40:01 +00:00
committed by Android (Google) Code Review

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