Account for mic fgs in AudioRecordingDisclosureBar
Take into account foreground services of type 'microphone' in AudioRecordingDisclosureBar - watch processes that run such fg services and treat them as so they are already recording. Bug: 152364373 Test: make, run audio recording app Change-Id: I7961ad332d5741a12f029dcc95e909572f30ad05
This commit is contained in:
@@ -255,6 +255,9 @@
|
||||
<!-- Query all packages on device on R+ -->
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
|
||||
|
||||
<!-- Permission to register process observer -->
|
||||
<uses-permission android:name="android.permission.SET_ACTIVITY_WATCHER"/>
|
||||
|
||||
<protected-broadcast android:name="com.android.settingslib.action.REGISTER_SLICE_RECEIVER" />
|
||||
<protected-broadcast android:name="com.android.settingslib.action.UNREGISTER_SLICE_RECEIVER" />
|
||||
<protected-broadcast android:name="com.android.settings.flashlight.action.FLASHLIGHT_CHANGED" />
|
||||
|
||||
Reference in New Issue
Block a user