- Party screen 'Share this app': shares this install's own APK through the system sheet (FileProvider over cache/share/), so a nearby friend gets the companion via Quick Share/Bluetooth with zero internet — the party-mode premise end to end. - Intro screen: Mesh Party button under Get Started — party works with no node at all, so it belongs on the first screen a fresh install shows. - Served APK: 0.5.8 (vc28), ready for the QR/OTA/ISO cut. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
181 B
XML
6 lines
181 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- FileProvider scope for the party-screen "Share this app" APK handoff. -->
|
|
<paths>
|
|
<cache-path name="share" path="share/" />
|
|
</paths>
|