[Android] Manifest: document why we need the PHONE_STATE permission
Jean-Baptiste Kempf
git at videolan.org
Wed Jun 10 19:54:08 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 10 19:53:50 2015 +0200| [9335a298b3b73bbe18419f774a0599c0589f6ae8] | committer: Jean-Baptiste Kempf
Manifest: document why we need the PHONE_STATE permission
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=9335a298b3b73bbe18419f774a0599c0589f6ae8
---
vlc-android/AndroidManifest.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 49efacc..48b79fc 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -26,7 +26,9 @@
android:minSdkVersion="7"
android:targetSdkVersion="22" />
- <!-- /!\ PHONE_CALLS -->
+ <!-- /!\ PHONE_CALLS
+ See org.videolan.vlc.PhoneStateReceiver.java
+ -->
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<!-- STORAGE -->
More information about the Android
mailing list