diff --git a/README.md b/README.md
index ff45b43..1318a1c 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,43 @@ Release bundle (for Play):
------------------------------------------------------------------------
+## 🔧 Local Build/Test Scripts
+
+Validate host environment:
+
+ ./scripts/check-android-env.sh all
+
+Install SDK components (requires sdkmanager):
+
+ ./scripts/bootstrap-android.sh
+
+Build + lint + unit tests:
+
+ ./scripts/build-debug.sh
+
+Connected/device tests:
+
+ ./scripts/test-connected.sh
+
+------------------------------------------------------------------------
+
+# 📦 Play Store Ready
+
+Release build includes:
+
+- Resource shrinking
+- Code minification
+- Material 3 theming
+- Clean package namespace
+
+Before Play upload:
+
+- Configure signing keystore
+- Increment versionCode
+- Generate .aab
+
+------------------------------------------------------------------------
+
# 🏠 Home Assistant Integration
RelayTV integrates directly with Home Assistant via:
diff --git a/app/src/main/res/menu/main_menu.xml b/app/src/main/res/menu/main_menu.xml
index 42aa575..9865072 100644
--- a/app/src/main/res/menu/main_menu.xml
+++ b/app/src/main/res/menu/main_menu.xml
@@ -1,13 +1,14 @@
-