Image-Steganography-Library-Android icon indicating copy to clipboard operation
Image-Steganography-Library-Android copied to clipboard

Issue with Android P (Access denied finding property "vendor.debug.egl.swapinterval")

Open jaykeerti opened this issue 7 years ago • 12 comments
trafficstars

https://android-developers.googleblog.com/2018/03/cryptography-changes-in-android-p.html

jaykeerti avatar Sep 29 '18 14:09 jaykeerti

@jaykeerti thanks for raising the issue 😄 I will surely look upon it.

aagarwal1012 avatar Sep 29 '18 17:09 aagarwal1012

@jaykeerti, this issue is referenced with another Android P issue, have a look at this and tell if the issue is resolved or not. 👍

aagarwal1012 avatar Nov 14 '18 08:11 aagarwal1012

Add this line in your manifest file.

<uses-library android:name="org.apache.http.legacy" android:required="false"/>

kaushalgosaliya5 avatar Nov 30 '18 07:11 kaushalgosaliya5

This might fix this issue.

theapache64 avatar Mar 28 '19 06:03 theapache64

still issues is coming on pie , i have used , but issues is not resolved

T4-Shalug avatar Mar 28 '19 11:03 T4-Shalug

@droiddevelopersg did you try above solution ?

theapache64 avatar Apr 08 '19 03:04 theapache64

Access denied finding property "vendor.debug.egl.swapinterval" RenderThread: type=1400 audit(0.0:21818): avc: denied { read } for name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=16972 scontext=u:r:untrusted_app:s0:c139,c256,c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0

this is the issue we RE FACING IN ANDROID PIE

madhurvms avatar Apr 24 '19 04:04 madhurvms

still issues is coming on pie

MamtaBansal8 avatar May 29 '19 08:05 MamtaBansal8

still issues is coming on pie

AnkitRana56 avatar Dec 02 '19 12:12 AnkitRana56

Got one solution

Try this one:

flutter run --enable-software-rendering

Working for me in One plus 6T !

DineshRajput21 avatar Dec 23 '19 07:12 DineshRajput21

can anyone plz tell me wat are the modules used here....

anglz04 avatar Aug 24 '20 08:08 anglz04

Add this line in your manifest file.

<uses-library android:name="org.apache.http.legacy" android:required="false"/>

WHere to add in <application or where?

Namr547 avatar Dec 01 '23 07:12 Namr547