Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
# Description
Our Camera app has adapted to the Google Photo Processing feature and found an issue where when entering Google Photo, the camera app process will be pulled up through the content provider
# Detailed description
1.Kill the camera app process.
2.Upon entering the Google Photos app, it was observed that the onCreate() and call() methods of the camera app's contentProvider are invoked, which triggers the camera app process.
3.We would like to understand why the onCreate() and call() methods of the camera app contentProvider are called as soon as the Google Photos app is launched.
## What is the expected output?
We would like to understand why the onCreate() and call() methods of the camera app contentProvider are called as soon as the Google Photos app is launched.
## What do you see instead?
If you see error messages, please provide them.
## Code sample
A small code sample that reliably reproduces the issue. The sample should run as-is or with minimal setup.
```
<add your code here>
```
# Additional information
Please provide any additional information here.