feat(android): make battery optimization permission optional

Remove battery exemption from required permissions gate in onboarding
and permission status bar — it is now informational only and does not
block "Get Started" or the all-permissions indicator.

Bump download links to v0.3.2.
This commit is contained in:
Somasundaram Mahesh
2026-02-19 00:34:12 +05:30
parent 0b5a447c4d
commit 795e0299fa
4 changed files with 6 additions and 7 deletions

View File

@@ -429,7 +429,7 @@
taps and types via adb, and repeats until the job is done.
</p>
<div class="hero-actions">
<a href="https://github.com/unitedbyai/droidclaw/releases/download/v0.3.1/app-debug.apk" class="btn-primary">
<a href="https://github.com/unitedbyai/droidclaw/releases/download/v0.3.2/app-debug.apk" class="btn-primary">
<iconify-icon icon="ph:android-logo-duotone" width="16" height="16"></iconify-icon> download apk
</a>
<a href="https://app.droidclaw.ai" class="btn-secondary">
@@ -822,8 +822,8 @@ GROQ_API_KEY=gsk_your_key_here
<h3>install the android app</h3>
<p>download and install the companion app on your android device.</p>
<div style="margin-top: 12px;">
<a href="https://github.com/unitedbyai/droidclaw/releases/download/v0.3.1/app-debug.apk" class="btn-primary" style="display: inline-flex;">
<iconify-icon icon="ph:android-logo-duotone" width="16" height="16"></iconify-icon> download apk (v0.3.1)
<a href="https://github.com/unitedbyai/droidclaw/releases/download/v0.3.2/app-debug.apk" class="btn-primary" style="display: inline-flex;">
<iconify-icon icon="ph:android-logo-duotone" width="16" height="16"></iconify-icon> download apk (v0.3.2)
</a>
</div>
</div>