Skip to content
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

添加补充媒体位置权限(ACCESS_MEDIA_LOCATION)文档 #153

Closed
wants to merge 6 commits into from

Conversation

Jon-Millent
Copy link
Contributor

#61

Android默认包含ACCESS_MEDIA_LOCATION权限。 这个权限是在 Android Q 中引入的。如果你的应用不需要这个权限,你需要在你的应用中的 Android manifest 中添加以下节点。

<uses-permission
  android:name="android.permission.ACCESS_MEDIA_LOCATION"
  tools:node="remove"
  />

README-ZH.md Outdated Show resolved Hide resolved
README-ZH.md Outdated Show resolved Hide resolved
README-ZH.md Outdated Show resolved Hide resolved
[<img src=".github/jetbrains-variant.png" width="200"/>](https://www.jetbrains.com/?from=fluttercandies)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这行的改动回滚下

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不小心换了个行,应该没影响吧😂🤣

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

回滚下

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已经更改

Copy link
Member

@AlexV525 AlexV525 Jun 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这…为啥还是有问题呢,尝试 rebase 吧

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Jon-Millent and others added 2 commits June 21, 2021 09:51
Co-authored-by: Alex Li <github@alexv525.com>
Copy link
Member

@AlexV525 AlexV525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还有些小问题,手机竖屏没看出来

README-ZH.md Show resolved Hide resolved
README.md Show resolved Hide resolved
Jon-Millent and others added 2 commits June 21, 2021 10:52
Co-authored-by: Alex Li <github@alexv525.com>
Co-authored-by: Alex Li <github@alexv525.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants