标签: android android-manifest
AndroidManfiest.xml有一个<provider>标记,其中有两个提到“过程”的属性:
AndroidManfiest.xml
<provider>
android:multiprocess
android:process
要使用android:multiprocess,true是否需要android:process?
true
我读了One Android application's activity running in the process of another; what does `android:multiprocess` do?,也许它回答了这个问题,但不够明确,我无法理解。