Merge "Add a11y announcement" into sc-dev am: c96c5c68d9

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14602029

Change-Id: Ic18dc2a102171fa30a257dd92e73b3dc305a9353
This commit is contained in:
TreeHugger Robot
2021-05-20 21:52:46 +00:00
committed by Automerger Merge Worker
2 changed files with 5 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ public class RecentConversationsPreferenceController extends AbstractPreferenceC
}
}
}
button.announceForAccessibility(mContext.getString(R.string.recent_convos_removed));
} catch (RemoteException e) {
Slog.w(TAG, "Could not clear recents", e);
}