[UTC][attach-panel][TCSACR-150][Add telephony privilege to use telephony API] 91/182491/1
authorNilesh Trimbake <t.shripati@samsung.com>
Mon, 25 Jun 2018 11:42:49 +0000 (17:12 +0530)
committerNilesh Trimbake <t.shripati@samsung.com>
Mon, 25 Jun 2018 11:42:49 +0000 (17:12 +0530)
This patch add CAMERA content category and
telephony privilege in attach-panel module.

Change-Id: Iaa3c3821f61ce0260032c6e6124943cd5d907220

tct-suite-vs/Tizen.AttachPanel.Tests/testcase/TSAttachPanel.cs
tct-suite-vs/Tizen.AttachPanel.Tests/tizen-manifest.xml

index 36725d5..6981345 100755 (executable)
@@ -212,6 +212,7 @@ namespace Tizen.Applications.AttachPanel.Tests
                 _attachPanel.AddCategory(ContentCategory.Video, new Applications.Bundle());
                 _attachPanel.AddCategory(ContentCategory.Audio, null);
                 _attachPanel.AddCategory(ContentCategory.Contact, null);
+                _attachPanel.AddCategory(ContentCategory.Camera, null);
             }
             catch (Exception e)
             {
@@ -293,6 +294,7 @@ namespace Tizen.Applications.AttachPanel.Tests
                 _attachPanel.RemoveCategory(ContentCategory.Video);
                 _attachPanel.RemoveCategory(ContentCategory.Audio);
                 _attachPanel.RemoveCategory(ContentCategory.Contact);
+                _attachPanel.RemoveCategory(ContentCategory.Camera);
             }
             catch (Exception e)
             {
index 4e47d69..fe0b342 100755 (executable)
@@ -11,6 +11,7 @@
         <privilege>http://tizen.org/privilege/camera</privilege>
         <privilege>http://tizen.org/privilege/mediastorage</privilege>
         <privilege>http://tizen.org/privilege/recorder</privilege>
+        <privilege>http://tizen.org/privilege/telephony</privilege>
     </privileges>
     <provides-appdefined-privileges />
 </manifest>