[Android] Chrome: allow the usage of the clipboard

Jean-Baptiste Kempf git at videolan.org
Mon Dec 21 10:49:40 CET 2015


vlc-android | branch: 1.7.x | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 18 19:07:51 2015 +0100| [07394de0999e1d92b052ea50548fb029284510f6] | committer: Jean-Baptiste Kempf

Chrome: allow the usage of the clipboard

(cherry picked from commit cfad158b17e5e04ab11334907be5b61d42a08d41)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> https://code.videolan.org/videolan/vlc-android/commit/07394de0999e1d92b052ea50548fb029284510f6
---

 vlc-android/flavors/chrome/VLC-Android-CHROME.crx.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/flavors/chrome/VLC-Android-CHROME.crx.json b/vlc-android/flavors/chrome/VLC-Android-CHROME.crx.json
index 1591ae5..d6844fe 100644
--- a/vlc-android/flavors/chrome/VLC-Android-CHROME.crx.json
+++ b/vlc-android/flavors/chrome/VLC-Android-CHROME.crx.json
@@ -5,5 +5,6 @@
     "name": "VLC for Chrome OS",
     "orientation": "landscape",
     "packageName": "org.videolan.vlc",
-    "resize": "reconfigure"
+    "resize": "reconfigure",
+    "needsClipboard": true
 }



More information about the Android mailing list