Prevent app check via content provider.
Perform a check if a caller has an access to uri when startActivities. If uri provider exists but is non exported or permission protected and throw a SecurityException. App use it to determine if the content provider is installed or not. The CL handle the exception without throw the exception out to prevent that. Bug: 190396251 Test: atest CtsWindowManagerDeviceTestCases:ActivityStarterTests Change-Id: Ieca3e555dcd0c046d92f7d40ef4125d3a535d8a1
Loading
Please register or sign in to comment