Merge "Implement B&R for locale notification" into main

This commit is contained in:
Allen Su
2023-10-12 10:42:34 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ import java.util.Map;
* information.
*/
public class LocaleNotificationDataManager {
private static final String LOCALE_NOTIFICATION = "locale_notification";
public static final String LOCALE_NOTIFICATION = "locale_notification";
private Context mContext;
/**