mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Fix compilation warning. The Jitsi library does not include these permissions anymore.
This commit is contained in:
parent
0c4510250b
commit
f4674b17d6
1 changed files with 0 additions and 8 deletions
|
@ -35,14 +35,6 @@
|
||||||
<!-- To be able to install APK from the application -->
|
<!-- To be able to install APK from the application -->
|
||||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||||
|
|
||||||
<!-- Jitsi libs adds CALENDAR permissions, but we can remove them safely according to https://github.com/jitsi/jitsi-meet/issues/4068#issuecomment-480482481 -->
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.READ_CALENDAR"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.WRITE_CALENDAR"
|
|
||||||
tools:node="remove" />
|
|
||||||
|
|
||||||
<!-- Location Sharing -->
|
<!-- Location Sharing -->
|
||||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||||
|
|
Loading…
Reference in a new issue