Since Baselines V10.2.3.3 and V10.1.68.53, the default path to download a component APK of mPaaS is changed from an external storage path to an internal storage path.
If targetSdkVersion is 24 or later, you must add the following code to the file_paths.xml
file:
<files-path
name="files-path"
path="." />
If you want to retain the original download path unchanged, add the following metadata to the manifest file:
<meta-data android:name="use_external" android:value="yes" />