diff options
author | cookie <cookie@samsung.com> | 2015-12-10 14:38:26 +0900 |
---|---|---|
committer | Hye Kyoung Hwang <cookie@samsung.com> | 2015-12-09 22:09:54 -0800 |
commit | 9dd876124c6c212741cf9252263a0310bd632e28 (patch) | |
tree | 2f25d9e112265d8fac9a317e51ea9416045eb065 /manifest.xml.in | |
parent | 61804f94fe21574fdbecc9b889812afdcd8fb7d9 (diff) | |
download | browser-9dd876124c6c212741cf9252263a0310bd632e28.tar.gz browser-9dd876124c6c212741cf9252263a0310bd632e28.tar.bz2 browser-9dd876124c6c212741cf9252263a0310bd632e28.zip |
Vibration implementsubmit/tizen_mobile/20151210.072943accepted/tizen/mobile/20151210.083611
[Issue] http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14937
[Problem] Vibration is not implement
[Solution] Vibration is implement
[Verify] Check by http://www.cjihrig.com/development/html5/vibration.htm
Change-Id: Iad6819eaf0dd84fa3250db111ae8ae658070f84c
Signed-off-by: cookie <cookie@samsung.com>
Diffstat (limited to 'manifest.xml.in')
-rwxr-xr-x[-rw-r--r--] | manifest.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.xml.in b/manifest.xml.in index 830ea631..03d78ef4 100644..100755 --- a/manifest.xml.in +++ b/manifest.xml.in @@ -76,5 +76,6 @@ <privileges> <privilege>http://tizen.org/privilege/bookmark.admin</privilege> <privilege>http://tizen.org/privilege/web-history.admin</privilege> + <privilege>http://tizen.org/privilege/haptic</privilege> </privileges> </manifest> |