Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eda5b53d authored by Suprabh Shukla's avatar Suprabh Shukla
Browse files

Changed interceptor dialog text for suspended apps

Title: App isn't available
Body: <suspended app name> isn't available right now. This is managed by
<suspending app name>.

Test: atest \
com.android.server.pm.SuspendPackagesTest#testInterceptorActivity

Bug: 79134961
Change-Id: I0e77a4045a8c709c528c4163830d2ad396d6bf1b
parent 2ba981c6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4714,11 +4714,11 @@
    <!-- Menu item in the locale menu  [CHAR LIMIT=30] -->
    <string name="locale_search_menu">Search</string>

    <!-- Title of the dialog that is shown when the user tries to launch a suspended application [CHAR LIMIT=30] -->
    <string name="app_suspended_title">Can\u2019t open app</string>
    <!-- Title of the dialog that is shown when the user tries to launch a suspended application [CHAR LIMIT=50] -->
    <string name="app_suspended_title">App isn\u2019t available</string>
    <!-- Default message shown in the dialog that is shown when the user tries to launch a suspended application [CHAR LIMIT=NONE] -->
    <string name="app_suspended_default_message">
        The app <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> isn\u2019t available right now. This is managed by <xliff:g id="app_name" example="Settings">%2$s</xliff:g>.
        <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> isn\u2019t available right now. This is managed by <xliff:g id="app_name" example="Settings">%2$s</xliff:g>.
    </string>
    <!-- Title of the button to show users more details about why the app has been suspended [CHAR LIMIT=50]-->
    <string name="app_suspended_more_details">Learn more</string>