add local files

This commit is contained in:
Prabhjot Singh 2019-05-24 17:27:16 +05:30
parent 7cd02093c4
commit 974813cf3c
1694 changed files with 364708 additions and 0 deletions

View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2016 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<!--
This XML file declares which signature|privileged permissions should be granted to privileged
applications that come with the platform
-->
<permissions>
<privapp-permissions package="com.samsung.cmh">
<permission name="com.samsung.cmh.START" />
<permission name="com.samsung.cmh.data.READ" />
<permission name="com.samsung.cmh.data.WRITE" />
<permission name="android.permission.READ_CALENDAR" />
<permission name="android.permission.READ_PHONE_STATE" />
<permission name="android.permission.BATTERY_STATS" />
<permission name="android.permission.SET_ACTIVITY_WATCHER" />
<permission name="com.samsung.android.app.galaxyfinder.tag.TAG_FETCH" />
<permission name="android.permission.READ_EXTERNAL_STORAGE" />
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
<permission name="android.permission.WRITE_MEDIA_STORAGE" />
<permission name="android.permission.ACCESS_NETWORK_STATE" />
<permission name="android.permission.INTERNET" />
<permission name="com.sec.dcm.provider.DCMProvider.START" />
<permission name="com.sec.dcm.provider.DCMProvider.data.READ" />
<permission name="com.sec.dcm.provider.DCMProvider.data.WRITE" />
<permission name="com.samsung.android.sdk.slinkcloud.permission.PUBLIC_ACCESS" />
<permission name= "com.wssnps.permission.COM_WSSNPS" />
<permission name="com.samsung.android.scloud.cloudagent.permission.READ" />
<permission name="com.samsung.android.scloud.cloudagent.permission.WRITE" />
<permission name="com.samsung.faceservice.START" />
<permission name="com.samsung.ipservice.START" />
<permission name="com.samsung.storyservice.START" />
<permission name="com.samsung.lpservice.START" />
<permission name="com.samsung.visionprovider.START" />
<permission name="com.samsung.visionprovider.data.READ" />
<permission name="com.samsung.visionprovider.data.WRITE" />
<permission name="com.samsung.android.permission.MEDIA_CLOUD_CONTENTS" />
</privapp-permissions>
</permissions>