Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
7369fef5
Commit
7369fef5
authored
3 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Ask for MANAGE_EXTERNAL_STORAGE to be able to write files
parent
5d7a78be
No related branches found
No related tags found
1 merge request
!1141
Target API 30
Pipeline
#152671
passed with stage
in 4 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/AndroidManifest.xml
+1
-0
1 addition, 0 deletions
application/vlc-android/AndroidManifest.xml
with
1 addition
and
0 deletions
application/vlc-android/AndroidManifest.xml
+
1
−
0
View file @
7369fef5
...
...
@@ -9,6 +9,7 @@
android:name=
"android.permission.READ_LOGS"
android:maxSdkVersion=
"18"
/>
<!-- android:maxSdkVersion="15" -->
<!-- vibration on audioplayer buttons long press -->
<uses-permission
android:name=
"android.permission.MANAGE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.VIBRATE"
/>
<!-- used for setting ringtone -->
<uses-permission
android:name=
"android.permission.WRITE_SETTINGS"
/>
<!-- STORAGE -->
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<!-- Internet -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment