Temporarily grant legacy storage to certain apps.
We've gone to great lengths to return "_data" columns that can be successfully opened from managed code, which is thankfully how most apps are working with media. However, a small handful of apps appear to be passing these "_data" paths down into native code, where we can't hook the open() syscall. The only workaround we have is to grant these apps the "legacy" storage view (meaning they can see the entire storage device), until those developers can update their apps. Bug: 124818022, 123996076, 124767356, 124531483 Test: manual Change-Id: I995520e7c0071075dcae9daa8f311f17a187ae1b
Loading
Please register or sign in to comment