Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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.
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Access #denied #finding #property
ADD COMMENT
Topic
Name
5+8 =