Change technical 'Run' to more understandable 'Open'
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
42934a6ec9
commit
5f660501e3
@ -468,7 +468,7 @@ public abstract class AppListItemController extends RecyclerView.ViewHolder {
|
||||
return;
|
||||
}
|
||||
|
||||
// When the button says "Run", then launch the app.
|
||||
// When the button says "Open", then launch the app.
|
||||
if (currentStatus != null && currentStatus.status == AppUpdateStatusManager.Status.Installed) {
|
||||
Intent intent = activity.getPackageManager().getLaunchIntentForPackage(app.packageName);
|
||||
if (intent != null) {
|
||||
|
@ -135,7 +135,7 @@
|
||||
android:layout_toStartOf="@id/progress_cancel" />
|
||||
</RelativeLayout>
|
||||
|
||||
<!-- Install, Uninstall, Upgrade, Run buttons -->
|
||||
<!-- Install, Uninstall, Upgrade, Open buttons -->
|
||||
<LinearLayout
|
||||
android:id="@+id/button_layout"
|
||||
android:layout_width="match_parent"
|
||||
@ -170,7 +170,7 @@
|
||||
android:layout_weight="0"
|
||||
android:ellipsize="marquee"
|
||||
app:textAllCaps="true"
|
||||
tools:text="Run"/>
|
||||
tools:text="Open"/>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
|
@ -174,7 +174,7 @@ This often occurs with apps installed via Google Play or other sources, if they
|
||||
<string name="menu_search">Search</string>
|
||||
<string name="menu_add_repo">New Repository</string>
|
||||
|
||||
<string name="menu_launch">Run</string>
|
||||
<string name="menu_launch">Open</string>
|
||||
<string name="menu_open">Open</string>
|
||||
<string name="menu_share">Share</string>
|
||||
<string name="menu_install">Install</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user