[packages/providers/MediaProvider] set android.process.media to persist to avoid being killed
Signed-off-by: Firefly <service@t-firefly.com>
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
|
||||
<application android:process="android.process.media"
|
||||
android:label="@string/app_label"
|
||||
android:persistent="true"
|
||||
android:supportsRtl="true">
|
||||
<provider android:name="MediaProvider" android:authorities="media"
|
||||
android:multiprocess="false" android:exported="true">
|
||||
|
||||
Reference in New Issue
Block a user