Add more pathPattern in AndroidManifest.xml for bundled exchanges
When "Files by Google" opens a file "a.a.wbn" in USB storage, the URI is like content://com.google.android.apps.nbu.files.provider/3/content%3A%2F%2Fcom. android.externalstorage.documents%2Ftree%2FC93A-14FA%253A%2Fdocument%2FC93A- 14FA%253Aa.a.wbn There are five dots in the file name, and the URI doesn't match the current pathPattern due to the strange behavior of intent filter's pathPattern. https://stackoverflow.com/questions/51912180/strange-intent-filter-pathpattern-behaviour So "Files by Google" can't opens the file with Chrome. To fix this problem, this CL adds more android:pathPattern. Bug: 995177 Change-Id: I3c4652d6aff8508fa00ead0e3da2855706756725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852327Reviewed-by:Robert Sesek <rsesek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#705351}
Showing
Please register or sign in to comment