-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
remove read_phone_state permission #523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
A quick lookup did not reveal the use or need of this permission. |
c85d241 to
28b300b
Compare
28b300b to
a6ab7dd
Compare
|
@przybylski can you have a look at this? The permission has been added via the SD card support PR, so I am unsure if it can be removed safely. |
AndroidManifest.xml
Outdated
| <uses-permission android:name="android.permission.WAKE_LOCK" /> | ||
|
|
||
| <uses-permission android:name="android.permission.READ_PHONE_STATE" /> | ||
| <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can imho be removed since android.permission.WRITE_EXTERNAL_STORAGE https://github.com/nextcloud/android/pull/523/files#diff-a48d6def78e18cbabab3c95ae3c9fc49R46 should include this one already.
May remove and push to beta?
a6ab7dd to
4c8c369
Compare
8d0c446 to
0d080b4
Compare
|
@mario can you do a review (super minor change 😉) |
0d080b4 to
c81e23f
Compare
|
@AndyScherzinger on monday, sorry :-/ |
|
No worries, it's not that urgent!! Happy weekend :) |
|
as mentioned here #461 (comment) it can be removed |
mario
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This review requires a toll of one (1!) pancake. Thank you.
resolves #461