How do I search the SD card with standard Android File Explorers?
0
votes
0
answers
255
views
My Android Pie SD card storage looks like this:
.
├── Android
| ├──data
| | ├── com.amazon.mShop.android.shopping
| | | └── ...
| | ├── com.amazon.venezia
| | | └── ...
| | ├── com.android.providers.media
| | | └── ...
| | └── ...
| └── ...
└── LOST.DIR
If I navigate to /Android/data/
on the SD card you can see the first three directories are:
1. com.amazon.mShop.android.shopping
2. com.amazon.venezia
3. com.android.providers.media
If I search for the string venezia
results are only returned for my internal storage, but nothing for the SD card.
Is there a problem with Android search, or is my search procedure wrong? I've tried on multiple Play store file explorers, all with the same result (inability to search SD card).
---
**Edit -** The following Termux commands provide the following output:
$ find /sdcard/ -iname '*venezia*'
/sdcard/Android/data/com.amazon.venezia
$ ls /sdcard/Android/data/com.amazon.venezia
cache files
Asked by Display name
(313 rep)
Nov 7, 2019, 09:47 PM
Last activity: Nov 8, 2019, 02:35 AM
Last activity: Nov 8, 2019, 02:35 AM