Adds FLAG_NOTIFY_FOR_DESCENDANTS to triggerContentUri.
In testPhotoAdded_Reschedule, a picture is stored with content URI
content://media/external/file/<number>. The ContentObserver was only
listening for content://media/ without descendants, and for
content://media/external/images/media with descendants. This CL changes
the test to make it listen for content://media/ with descendants.
Change-Id: I9e6b4200dd61251a446d00346605971999417f54
Fix: 147679244
Test: atest android.jobscheduler.cts.TriggerContentTest
(cherry picked from commit e8015198646ed6d15df7387597fbed48625440c8)
1 file changed