Geert
10/25/2022, 12:49 PMCould not enable resolution traces
Unable to set the global setting:
"debug_view_attributes_application_package"
to: "app.medxpert.medxpert"
Error: Exception occurred while executing 'put':
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
I added <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
but that permission is only for system apps. Can someone help me find out why my composable are not shown. I see the layout, but the component tree isnt showing