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

Commit 12351734 authored by Hoa Xuan's avatar Hoa Xuan Committed by Justin Chung
Browse files

package installer: remove left over string resources for wear

Currently WearOS allows installing APKs, both wear_not_allowed_dlg_title
and wear_not_allowed_dlg_text are no longer in use.
So that clean up two resources.

Defer-CP-To-Master: 313415715
Bug: 313415715
Test: m
Change-Id: Ia6e36d137214d207d30e89e9172babd1fb2058be
parent da3e9759
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -202,11 +202,6 @@
    <!-- Dialog attributes to indicate parse errors -->
    <string name="Parse_error_dlg_text">There was a problem parsing the package.</string>

    <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] -->
    <string name="wear_not_allowed_dlg_title">Android Wear</string>
    <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] -->
    <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string>

    <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] -->
    <string name="message_staging">Staging app&#8230;</string>