mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-28 12:09:58 +00:00
chore: remove write contacts permission on android
This commit is contained in:
parent
e4b01640a4
commit
0ae5f16abc
2 changed files with 1 additions and 2 deletions
|
@ -33,6 +33,5 @@
|
|||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
|
||||
<uses-sdk tools:overrideLibrary="com.google.zxing.client.android" />
|
||||
</manifest>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
* Upgraded framework, improved performance and fixed known bugs.
|
||||
* Support quick access tile in the Quick Settings panel.
|
||||
* More customizable UI.
|
||||
* Removed unnecessary "Read Contacts" permission.
|
||||
* Removed Read/Write Contacts permission.
|
Loading…
Add table
Add a link
Reference in a new issue