diff options
| author | Claude <noreply@anthropic.com> | 2026-05-26 08:07:50 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-26 08:07:50 +0000 |
| commit | f564e06338f846930300c366774efb97c042a5fb (patch) | |
| tree | 369ec57c831fb3b3de7220f4ba06fb3cb6d32440 /android-app/app/src/main/res/xml | |
| parent | bbfcb667d9510e604676ac92cecc69f9bc39e440 (diff) | |
| parent | 3673ed0ef79d776c6da3bfa0db9de8b08326fd32 (diff) | |
Merge claude/whats-next-0XCO3: fix ANR, tack detection, empty-state flash
Diffstat (limited to 'android-app/app/src/main/res/xml')
| -rw-r--r-- | android-app/app/src/main/res/xml/file_paths.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/xml/file_paths.xml b/android-app/app/src/main/res/xml/file_paths.xml new file mode 100644 index 0000000..c8f824e --- /dev/null +++ b/android-app/app/src/main/res/xml/file_paths.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<paths> + <external-files-path name="nav_photos" path="Pictures/Nav/" /> +</paths> |
