diff --git a/README.ja.md b/README.ja.md index e863018c3..c6f2ee088 100644 --- a/README.ja.md +++ b/README.ja.md @@ -70,6 +70,18 @@ APK をインストールしてアプリを起動します。Go バックエン - 対応プロバイダーの一覧は「[対応 LLM プロバイダー](#対応-llm-プロバイダー)」を参照 - すべての設定はアプリ内の設定画面から後で変更可能 +### 4. アプリの使い方 + +**チャット**: アプリを開けばすぐにチャットできます。 + +**アシスタント(オーバーレイ)**: ClawDroid をデバイスのアシスタントとして使うには、デフォルトに設定する必要があります: + +1. Android の **設定** > **アプリ** > **デフォルトのアプリ** > **デジタルアシスタントアプリ** を開く +2. **ClawDroid** を選択 +3. ホームボタン長押し(ジェスチャーナビゲーションの場合は画面の角からスワイプ)でアシスタントオーバーレイが起動 + +アシスタントオーバーレイから音声モードやデバイス自動操作(タップ、スワイプ、スクリーンショット等)が利用できます。 + ## 設定 組み込み版はアプリ内の設定 GUI で変更できます。Termux 版は `~/.clawdroid/config.json` を使用します。 diff --git a/README.md b/README.md index 430567b34..e437ed4eb 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,18 @@ On first launch, a setup wizard guides you through the configuration: - See [Supported LLM Providers](#supported-llm-providers) for the full list - All settings can be changed later from the in-app settings screen +### 4. Using the App + +**Chat**: Open the app and start chatting right away. + +**Assistant (overlay)**: To use ClawDroid as your device assistant, set it as the default: + +1. Open Android **Settings** > **Apps** > **Default apps** > **Digital assistant app** +2. Select **ClawDroid** +3. Long-press the Home button (or swipe from the corner on gesture navigation) to launch the assistant overlay + +The assistant overlay enables voice mode and device automation (tap, swipe, screenshot, etc.). + ## Configuration The embedded version uses the in-app settings GUI. The Termux version uses `~/.clawdroid/config.json`.