forked from organicmaps/organicmaps
READ_LOGS permission was added to Android debug version. It is made to be able to extract more information (C++ call stack) when item Inform about problem is used.
This commit is contained in:
parent
42eecb6c9e
commit
825fcd4f55
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:remove="sharedUserId, sharedUserLabel">
|
||||
<uses-permission android:name="android.permission.READ_LOGS"/>
|
||||
<!-- Debug manifest doesn't contain sharedUser values to avoid installation conflicts with production versions -->
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Reference in a new issue