[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:
Firefly
2015-09-16 19:34:30 +08:00
committed by djw
parent d16f0cc5de
commit d93dd0741a

View File

@ -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">