Skip to content

Commit 43193b5

Browse files
committed
rename Android app to Lynk
1 parent 4aadb6a commit 43193b5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/src/main/java/dev/androidagent/OverlayController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ class OverlayController(
672672
val settingsButton = iconButton(
673673
tokens = tokens,
674674
drawableRes = R.drawable.ic_settings_gear,
675-
contentDescription = "AgentLink settings",
675+
contentDescription = "Lynk settings",
676676
viewId = R.id.openclaw_header_settings_button,
677677
compact = true
678678
) {

android/app/src/main/java/dev/androidagent/settings/screens/SettingsHubScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ object SettingsHubScreen {
3939
SettingsComponents.dp(activity, metrics.horizontalPaddingDp),
4040
SettingsComponents.dp(activity, metrics.verticalPaddingDp)
4141
)
42-
exposeToAccessibility(viewId = R.id.openclaw_root, description = "AgentLink settings")
42+
exposeToAccessibility(viewId = R.id.openclaw_root, description = "Lynk settings")
4343
}
4444

4545
root.addView(SettingsComponents.hubHeader(
4646
context = activity,
4747
tokens = tokens,
48-
titleText = "AgentLink",
48+
titleText = "Lynk",
4949
subtitleText = "The best interface for your agents.",
5050
avatarRes = R.drawable.ic_openagent_settings_logo,
5151
avatarSizeDp = metrics.headerAvatarSizeDp
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">AgentLink</string>
4-
<string name="accessibility_service_description">Allows AgentLink to observe the screen and perform requested phone actions.</string>
3+
<string name="app_name">Lynk</string>
4+
<string name="accessibility_service_description">Allows Lynk to observe the screen and perform requested phone actions.</string>
55
</resources>

0 commit comments

Comments
 (0)