Send broadcasts on app-locale change.
Send below broadcasts: 1) explicit intent ACTION_LOCALE_CHANGED to app whose locale changed 2) explicit intent ACTION_APPPLICATION_LOCALE_CHANGED to installer of app 3) implicit ACTION_APPPLICATION_LOCALE_CHANGED to receivers with READ_APP_SPECIFIC_LOCALES permission Bug: 202275007 Test: Manual; install app via adb, set the installer, grant permission to some system app(eg. Settings). See that broadcast is received by all three receivers on app locale change. Change-Id: Ifef25aaf3c1fde0fdf0befc4eb67cfd07186e46c
Loading
Please register or sign in to comment