Loading res/values/strings.xml +4 −1 Original line number Diff line number Diff line Loading @@ -8987,9 +8987,12 @@ <!-- [CHAR LIMIT=100] preference category title --> <string name="recent_conversations">Recent conversations</string> <!-- [CHAR LIMIT=40] button title --> <!-- [CHAR LIMIT=60] button title --> <string name="conversation_settings_clear_recents">Clear recent conversations</string> <!-- a11y feedeback for 'clear recents' button' --> <string name="recent_convos_removed">Recent conversations removed</string> <!-- a11y string --> <string name="clear">Clear</string> src/com/android/settings/notification/app/RecentConversationsPreferenceController.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
res/values/strings.xml +4 −1 Original line number Diff line number Diff line Loading @@ -8987,9 +8987,12 @@ <!-- [CHAR LIMIT=100] preference category title --> <string name="recent_conversations">Recent conversations</string> <!-- [CHAR LIMIT=40] button title --> <!-- [CHAR LIMIT=60] button title --> <string name="conversation_settings_clear_recents">Clear recent conversations</string> <!-- a11y feedeback for 'clear recents' button' --> <string name="recent_convos_removed">Recent conversations removed</string> <!-- a11y string --> <string name="clear">Clear</string>
src/com/android/settings/notification/app/RecentConversationsPreferenceController.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading