Redact "_data" paths for modern apps.

Modern apps should always be using APIs like openFileDescriptor()
to interact with files, instead of trying to access using raw
filesystem paths.  (Trying to access raw paths will fail for content
that lives outside the apps sandbox.)

Bug: 111960973, 117627072
Test: atest cts/tests/tests/provider/src/android/provider/cts/MediaStore*
Change-Id: Ic2bbd8890aebfc844755535a507be90a27b9f90e
1 file changed