android studio Access denied finding property "vendor.camera.hal1.packagelist"' code example
Example: Access denied finding property "camera.aux.packagelist"
// I have to face the same issue in MI A1 device but not using this library.
// My solution is to use the below code in your manifest
<application>
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
</application>
// It was solved my Access denied finding property "camera.aux.packagelist" issue.