mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-10 01:12:45 -04:00
add local files
This commit is contained in:
parent
7cd02093c4
commit
974813cf3c
1694 changed files with 364708 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="SemAudioThumbnail" file="/system/framework/SemAudioThumbnail.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="allshare" file="/system/framework/allshare.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 is the standard set of features for a camera with a flash. Note
|
||||
that this currently requires having auto-focus as well. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.camera.any" />
|
||||
<feature name="android.hardware.camera" />
|
||||
<feature name="android.hardware.camera.autofocus" />
|
||||
<feature name="android.hardware.camera.flash" />
|
||||
</permissions>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2010 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 is the standard set of features for a front facing camera. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.camera.any" />
|
||||
<feature name="android.hardware.camera.front" />
|
||||
</permissions>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 is the standard set of features for a non auto-focus camera. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.camera.any" />
|
||||
<feature name="android.hardware.camera" />
|
||||
</permissions>
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 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 is the standard set of features for a devices that does not have
|
||||
a touch screen, but does have some other indirect input device such as
|
||||
a track pad. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.faketouch" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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 is the standard set of features for a biometric fingerprint sensor. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.fingerprint" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for devices with an accelerometer sensor. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.sensor.accelerometer" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for devices with a proximity sensor. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.sensor.proximity" />
|
||||
</permissions>
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 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 is the standard feature indicating that the device supports USB accessories. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.usb.accessory" />
|
||||
<library name="com.android.future.usb.accessory"
|
||||
file="/system/framework/com.android.future.usb.accessory.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 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 is the standard feature indicating that the device can communicate
|
||||
with USB devices as the USB host. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.usb.host" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 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 is the standard feature indicating that the device includes WiFi Direct. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.wifi.direct" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 is the standard feature indicating that the device includes WiFi. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.wifi" />
|
||||
</permissions>
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 feature should be defined for devices that support live wallpapers.
|
||||
There are minimum hardware requirements to be able to support this
|
||||
feature: robust multiple GL context support, fast enough CPU, enough
|
||||
RAM to allow the wallpaper to be running all of the time. -->
|
||||
<permissions>
|
||||
<feature name="android.software.live_wallpaper" />
|
||||
</permissions>
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="android.software.midi" />
|
||||
</permissions>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 is the standard set of features for devices that support SIP-based VoIP. -->
|
||||
<permissions>
|
||||
<feature name="android.software.sip" />
|
||||
<feature name="android.software.sip.voip" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 is the standard set of features for devices that support the SIP API. -->
|
||||
<permissions>
|
||||
<feature name="android.software.sip" />
|
||||
</permissions>
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="android.software.verified_boot" />
|
||||
</permissions>
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="android.software.webview" />
|
||||
</permissions>
|
19
universal7570-common/etc/permissions/authfw.xml
Normal file
19
universal7570-common/etc/permissions/authfw.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.authfw" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.android.location.provider"
|
||||
file="/system/framework/com.android.location.provider.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2013 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.android.media.remotedisplay"
|
||||
file="/system/framework/com.android.media.remotedisplay.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2013 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.android.mediadrm.signer"
|
||||
file="/system/framework/com.android.mediadrm.signer.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.google.android.maps"
|
||||
file="/system/framework/com.google.android.maps.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.google.android.media.effects"
|
||||
file="/system/framework/com.google.android.media.effects.jar" />
|
||||
|
||||
</permissions>
|
|
@ -0,0 +1,7 @@
|
|||
<permissions>
|
||||
<feature name="com.samsung.android.api.version.2402" />
|
||||
<feature name="com.samsung.android.api.version.2403" />
|
||||
<feature name="com.samsung.android.api.version.2501" />
|
||||
<feature name="com.samsung.android.api.version.2502" />
|
||||
<feature name="com.samsung.android.api.version.2601" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.sdk.camera.processor.dof" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.sdk.camera.processor.gif" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.sdk.camera.processor.haze" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.sdk.camera.processor.hdr" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.sdk.camera.processor.lls" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.sdk.camera.processor" />
|
||||
</permissions>
|
4
universal7570-common/etc/permissions/com.samsung.bbc.xml
Normal file
4
universal7570-common/etc/permissions/com.samsung.bbc.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.samsung.bbc" file="/system/framework/com.samsung.bbccommon.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.samsung.device"
|
||||
file="/system/framework/com.samsung.device.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for Clock Pack on LockScreen without Always on display -->
|
||||
<permissions>
|
||||
<feature name="com.samsung.feature.clockpack_v05" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for device category. -->
|
||||
<permissions>
|
||||
<feature name="com.samsung.feature.device_category_phone" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for device category. -->
|
||||
<permissions>
|
||||
<feature name="com.samsung.feature.device_category_phone_high_end" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for S Finder -->
|
||||
<permissions>
|
||||
<feature name="com.samsung.feature.galaxyfinder_v7" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for devices with an gear manager. -->
|
||||
<permissions>
|
||||
<feature name="com.samsung.feature.samsung_experience_mobile" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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 is the standard feature indicating that the device includes WiFi. -->
|
||||
<permissions>
|
||||
<feature name="com.samsung.feature.virtualscreen" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.sec.android.app.minimode"
|
||||
file="/system/framework/com.sec.android.app.minimode.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.sec.android.app.multiwindow"
|
||||
file="/system/framework/com.sec.android.app.multiwindow.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.sec.android.visualeffect"
|
||||
file="/system/framework/com.sec.android.visualeffect.jar"/>
|
||||
</permissions>
|
20
universal7570-common/etc/permissions/com.sec.esecomm.xml
Normal file
20
universal7570-common/etc/permissions/com.sec.esecomm.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.sec.esecomm"
|
||||
file="/system/framework/esecomm.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Feature for FinDo (GalaxyFinder) -->
|
||||
<permissions>
|
||||
<feature name="com.sec.feature.findo" />
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Feature for Fingeprint Manager Service -->
|
||||
<permissions>
|
||||
<feature name="com.sec.feature.fingerprint_manager_service" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for motionrecognition service -->
|
||||
<permissions>
|
||||
<feature name="com.sec.feature.motionrecognition_service" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for devices with a context awareness. -->
|
||||
<permissions>
|
||||
<feature name="com.sec.feature.nsflp" version="320"/>
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for Overlay Magnification -->
|
||||
<permissions>
|
||||
<feature name="com.sec.feature.overlaymagnifier" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for devices with slocation. -->
|
||||
<permissions>
|
||||
<feature name="com.sec.feature.slocation" version="3"/>
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="com.sec.smartcard.auth"
|
||||
file="/system/framework/secsmartcard.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="EpdgManager" file="/system/framework/EpdgManager.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,97 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<!-- These are the hardware components that all handheld devices
|
||||
must include. Devices with optional hardware must also include extra
|
||||
hardware files, per the comments below.
|
||||
|
||||
Handheld devices include phones, mobile Internet devices (MIDs),
|
||||
Personal Media Players (PMPs), small tablets (7" or less), and similar
|
||||
devices.
|
||||
-->
|
||||
<permissions>
|
||||
<!-- This is Android and fully CTS compatible. Basically this is for CTS tests to use. -->
|
||||
<feature name="android.software.cts" />
|
||||
|
||||
<feature name="android.hardware.audio.output" />
|
||||
<feature name="android.hardware.camera" />
|
||||
<feature name="android.hardware.location" />
|
||||
<feature name="android.hardware.location.network" />
|
||||
<feature name="android.hardware.bluetooth" />
|
||||
<feature name="android.hardware.bluetooth_le" />
|
||||
<feature name="android.hardware.touchscreen" />
|
||||
<feature name="android.hardware.microphone" />
|
||||
<feature name="android.hardware.screen.portrait" />
|
||||
<feature name="android.hardware.screen.landscape" />
|
||||
|
||||
<!-- basic system services -->
|
||||
<feature name="android.software.app_widgets" />
|
||||
<feature name="android.software.connectionservice" />
|
||||
<feature name="android.software.voice_recognizers" notLowRam="true" />
|
||||
<feature name="android.software.backup" />
|
||||
<feature name="android.software.home_screen" />
|
||||
<feature name="android.software.input_methods" />
|
||||
<feature name="android.software.picture_in_picture" />
|
||||
<feature name="android.software.activities_on_secondary_displays" />
|
||||
<feature name="android.software.print" />
|
||||
<feature name="android.software.companion_device_setup" />
|
||||
<feature name="android.software.autofill" />
|
||||
|
||||
<!-- Feature to specify if the device supports adding device admins. -->
|
||||
<feature name="android.software.device_admin" />
|
||||
|
||||
<!-- Feature to specify if the device support managed users. -->
|
||||
<feature name="android.software.managed_users" />
|
||||
|
||||
<!-- Feature to specify if the device supports a VR mode.
|
||||
feature name="android.software.vr.mode" -->
|
||||
<!-- Devices with all optimizations required to be a "VR Ready" device that
|
||||
pass all CTS tests for this feature must include feature
|
||||
android.hardware.vr.high_performance -->
|
||||
<!-- Devices that support VR headtracking features and pass all CDD
|
||||
requirements may include
|
||||
android.hardware.vr.headtracking -->
|
||||
|
||||
<!-- devices with GPS must include android.hardware.location.gps.xml -->
|
||||
<!-- devices with an autofocus camera and/or flash must include either
|
||||
android.hardware.camera.autofocus.xml or
|
||||
android.hardware.camera.autofocus-flash.xml -->
|
||||
<!-- devices with a front facing camera must include
|
||||
android.hardware.camera.front.xml -->
|
||||
<!-- devices with WiFi must also include android.hardware.wifi.xml -->
|
||||
<!-- devices that support multitouch must include the most appropriate one
|
||||
of these files:
|
||||
|
||||
If only partial (non-independent) pointers are supported:
|
||||
android.hardware.touchscreen.multitouch.xml
|
||||
|
||||
If up to 4 independently tracked pointers are supported:
|
||||
include android.hardware.touchscreen.multitouch.distinct.xml
|
||||
|
||||
If 5 or more independently tracked pointers are supported:
|
||||
include android.hardware.touchscreen.multitouch.jazzhand.xml
|
||||
|
||||
ONLY ONE of the above should be included. -->
|
||||
<!-- devices with an ambient light sensor must also include
|
||||
android.hardware.sensor.light.xml -->
|
||||
<!-- devices with a proximity sensor must also include
|
||||
android.hardware.sensor.proximity.xml -->
|
||||
<!-- GSM phones must also include android.hardware.telephony.gsm.xml -->
|
||||
<!-- CDMA phones must also include android.hardware.telephony.cdma.xml -->
|
||||
<!-- Devices that have low-latency audio stacks suitable for apps like
|
||||
VoIP may include android.hardware.audio.low_latency.xml. ONLY apps
|
||||
that meet the requirements specified in the CDD may include this. -->
|
||||
</permissions>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="imscoremanager" file="/system/framework/imscoremanager.jar"/>
|
||||
</permissions>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="imsmanager" file="/system/framework/imsmanager.jar"/>
|
||||
</permissions>
|
28
universal7570-common/etc/permissions/knoxsdk_edm.xml
Normal file
28
universal7570-common/etc/permissions/knoxsdk_edm.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
(c) Copyright 2012 Samsung Telecommunication America, Inc.
|
||||
All rights reserved
|
||||
|
||||
Wireless Terminals Lab in Dallas Technology Lab
|
||||
|
||||
|
||||
Copyright (C) 2012 Samsung Electronics Co., Ltd. All rights reserved.
|
||||
|
||||
Mobile Communication Division,
|
||||
Digital Media & Communications Business, Samsung Electronics Co., Ltd.
|
||||
|
||||
This software and its documentation are confidential and proprietary
|
||||
information of Samsung Electronics Co., Ltd. No part of the software and
|
||||
documents may be copied, reproduced, transmitted, translated, or reduced to
|
||||
any electronic medium or machine-readable form without the prior written
|
||||
consent of Samsung Electronics.
|
||||
|
||||
Samsung Electronics makes no representations with respect to the contents,
|
||||
and assumes no responsibility for any errors that might appear in the
|
||||
software and documents. This publication and the contents hereof are subject
|
||||
to change without notice.
|
||||
-->
|
||||
<permissions>
|
||||
<!-- WTL_EDM -->
|
||||
<library name="com.samsung.android.knox.knoxsdk" file="/system/framework/knoxsdk.jar"/>
|
||||
</permissions>
|
19
universal7570-common/etc/permissions/knoxsdk_mdm.xml
Normal file
19
universal7570-common/etc/permissions/knoxsdk_mdm.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2009 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.samsung.android.knox.knoxsdk" />
|
||||
</permissions>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 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.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<library name="org.simalliance.openmobileapi"
|
||||
file="/system/framework/org.simalliance.openmobileapi.jar" />
|
||||
</permissions>
|
|
@ -0,0 +1,7 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.mdc">
|
||||
<permission name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<permission name="android.permission.READ_PHONE_STATE" />
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
364
universal7570-common/etc/permissions/platform.xml
Normal file
364
universal7570-common/etc/permissions/platform.xml
Normal file
|
@ -0,0 +1,364 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 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 file is used to define the mappings between lower-level system
|
||||
user and group IDs and the higher-level permission names managed
|
||||
by the platform.
|
||||
|
||||
Be VERY careful when editing this file! Mistakes made here can open
|
||||
big security holes.
|
||||
-->
|
||||
<permissions>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
|
||||
<!-- The following tags are associating low-level group IDs with
|
||||
permission names. By specifying such a mapping, you are saying
|
||||
that any application process granted the given permission will
|
||||
also be running with the given group ID attached to its process,
|
||||
so it can perform any filesystem (read, write, execute) operations
|
||||
allowed for that group. -->
|
||||
|
||||
<permission name="android.permission.BLUETOOTH_ADMIN" >
|
||||
<group gid="net_bt_admin" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.BLUETOOTH" >
|
||||
<group gid="net_bt" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.BLUETOOTH_STACK" >
|
||||
<group gid="bluetooth" />
|
||||
<group gid="wakelock" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.NET_TUNNELING" >
|
||||
<group gid="vpn" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.INTERNET" >
|
||||
<group gid="inet" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.READ_LOGS" >
|
||||
<group gid="log" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
|
||||
<group gid="media_rw" />
|
||||
<group gid="sdcard_rw" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.ACCESS_MTP" >
|
||||
<group gid="mtp" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.NET_ADMIN" >
|
||||
<group gid="net_admin" />
|
||||
</permission>
|
||||
|
||||
<!-- The group that /cache belongs to, linked to the permission
|
||||
set on the applications that can access /cache -->
|
||||
<permission name="android.permission.ACCESS_CACHE_FILESYSTEM" >
|
||||
<group gid="cache" />
|
||||
</permission>
|
||||
|
||||
<!-- RW permissions to any system resources owned by group 'diag'.
|
||||
This is for carrier and manufacture diagnostics tools that must be
|
||||
installable from the framework. Be careful. -->
|
||||
<permission name="android.permission.DIAGNOSTIC" >
|
||||
<group gid="input" />
|
||||
<group gid="diag" />
|
||||
</permission>
|
||||
|
||||
<!-- Group that can read detailed network usage statistics -->
|
||||
<permission name="android.permission.READ_NETWORK_USAGE_HISTORY">
|
||||
<group gid="net_bw_stats" />
|
||||
</permission>
|
||||
|
||||
<!-- Group that can modify how network statistics are accounted -->
|
||||
<permission name="android.permission.MODIFY_NETWORK_ACCOUNTING">
|
||||
<group gid="net_bw_acct" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.LOOP_RADIO" >
|
||||
<group gid="loop_radio" />
|
||||
</permission>
|
||||
|
||||
<!-- Hotword training apps sometimes need a GID to talk with low-level
|
||||
hardware; give them audio for now until full HAL support is added. -->
|
||||
<permission name="android.permission.MANAGE_VOICE_KEYPHRASES">
|
||||
<group gid="audio" />
|
||||
</permission>
|
||||
|
||||
<!--add Scloud permission -->
|
||||
<permission name="com.samsung.android.permission.MEDIA_CLOUD_CONTENTS">
|
||||
<group gid="scloud" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.ACCESS_FM_RADIO" >
|
||||
<!-- /dev/fm is gid media, not audio -->
|
||||
<group gid="media" />
|
||||
</permission>
|
||||
|
||||
<!-- MNO CIQ : ATT_IQI_START -->
|
||||
<!-- Group that can perform I/O operations on the bridge device node. -->
|
||||
<permission name="com.att.iqi.permission.ACCESS_BRIDGE">
|
||||
<group gid="bridge_rw" />
|
||||
</permission>
|
||||
|
||||
<!-- proc fs access -->
|
||||
<permission name="com.att.iqi.permission.READPROC" >
|
||||
<group gid="readproc" />
|
||||
</permission>
|
||||
<!-- MNO CIQ : ATT_IQI_END -->
|
||||
|
||||
<!-- These are permissions that were mapped to gids but we need
|
||||
to keep them here until an upgrade from L to the current
|
||||
version is to be supported. These permissions are built-in
|
||||
and in L were not stored in packages.xml as a result if they
|
||||
are not defined here while parsing packages.xml we would
|
||||
ignore these permissions being granted to apps and not
|
||||
propagate the granted state. From N we are storing the
|
||||
built-in permissions in packages.xml as the saved storage
|
||||
is negligible (one tag with the permission) compared to
|
||||
the fragility as one can remove a built-in permission which
|
||||
no longer needs to be mapped to gids and break grant propagation. -->
|
||||
<permission name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<!-- Except for SysScope, DO NOT USE this permission. -->
|
||||
|
||||
<permission name="com.sec.android.app.sysscope.permission.ACCESS_SYSTEM_INFO_SYSSCOPE_ONLY" >
|
||||
<group gid="radio" />
|
||||
<group gid="readproc" />
|
||||
</permission>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
|
||||
<!-- The following tags are assigning high-level permissions to specific
|
||||
user IDs. These are used to allow specific core system users to
|
||||
perform the given operations with the higher-level framework. For
|
||||
example, we give a wide variety of permissions to the shell user
|
||||
since that is the user the adb shell runs under and developers and
|
||||
others should have a fairly open environment in which to
|
||||
interact with the system. -->
|
||||
|
||||
<assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="media" />
|
||||
<assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="media" />
|
||||
<assign-permission name="android.permission.WAKE_LOCK" uid="media" />
|
||||
<assign-permission name="android.permission.UPDATE_DEVICE_STATS" uid="media" />
|
||||
<assign-permission name="android.permission.UPDATE_APP_OPS_STATS" uid="media" />
|
||||
<assign-permission name="android.permission.GET_PROCESS_STATE_AND_OOM_SCORE" uid="media" />
|
||||
|
||||
<assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="audioserver" />
|
||||
<assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="audioserver" />
|
||||
<assign-permission name="android.permission.WAKE_LOCK" uid="audioserver" />
|
||||
<assign-permission name="android.permission.UPDATE_DEVICE_STATS" uid="audioserver" />
|
||||
<assign-permission name="android.permission.UPDATE_APP_OPS_STATS" uid="audioserver" />
|
||||
|
||||
<assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="cameraserver" />
|
||||
<assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="cameraserver" />
|
||||
<assign-permission name="android.permission.WAKE_LOCK" uid="cameraserver" />
|
||||
<assign-permission name="android.permission.UPDATE_DEVICE_STATS" uid="cameraserver" />
|
||||
<assign-permission name="android.permission.UPDATE_APP_OPS_STATS" uid="cameraserver" />
|
||||
<assign-permission name="android.permission.GET_PROCESS_STATE_AND_OOM_SCORE" uid="cameraserver" />
|
||||
<assign-permission name="com.samsung.permission.HRM_EXT" uid="cameraserver" />
|
||||
<assign-permission name="com.samsung.permission.SSENSOR" uid="cameraserver" />
|
||||
|
||||
<assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="graphics" />
|
||||
|
||||
<assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="oem_5386" />
|
||||
<assign-permission name="android.permission.CAPTURE_AUDIO_OUTPUT" uid="oem_5386" />
|
||||
<assign-permission name="android.permission.RECORD_AUDIO" uid="oem_5386" />
|
||||
|
||||
<assign-permission name="android.permission.RECORD_AUDIO" uid="cameraserver" />
|
||||
|
||||
<!-- This is a list of all the libraries available for application
|
||||
code to link against. -->
|
||||
|
||||
<library name="android.test.runner"
|
||||
file="/system/framework/android.test.runner.jar" />
|
||||
<library name="javax.obex"
|
||||
file="/system/framework/javax.obex.jar" />
|
||||
<library name="org.apache.http.legacy"
|
||||
file="/system/framework/org.apache.http.legacy.jar" />
|
||||
|
||||
<!-- These are the standard packages that are white-listed to always have internet
|
||||
access while in power save mode, even if they aren't in the foreground. -->
|
||||
<allow-in-power-save package="com.android.providers.downloads" />
|
||||
|
||||
<!-- These are the standard packages that are white-listed to always have internet
|
||||
access while in data mode, even if they aren't in the foreground. -->
|
||||
<allow-in-data-usage-save package="com.android.providers.downloads" />
|
||||
|
||||
<!-- This is a core platform component that needs to freely run in the background -->
|
||||
<allow-in-power-save package="com.android.cellbroadcastreceiver" />
|
||||
<allow-in-power-save package="com.android.shell" />
|
||||
|
||||
<!-- SecProductFeature_KNOX.SEC_PRODUCT_FEATURE_KNOX_SUPPORT_MDM { -->
|
||||
<!-- Knox Service -->
|
||||
<allow-in-power-save package="com.samsung.klmsagent" />
|
||||
<allow-in-data-usage-save package="com.samsung.klmsagent" />
|
||||
<allow-in-power-save package="com.sec.enterprise.knox.cloudmdm.smdms" />
|
||||
<allow-in-data-usage-save package="com.sec.enterprise.knox.cloudmdm.smdms" />
|
||||
<!-- } SecProductFeature_KNOX.SEC_PRODUCT_FEATURE_KNOX_SUPPORT_MDM -->
|
||||
|
||||
<!-- These are the packages that are white-listed to be able to run as system user -->
|
||||
<system-user-whitelisted-app package="com.android.settings" />
|
||||
|
||||
<!-- These are the packages that shouldn't run as system user -->
|
||||
<system-user-blacklisted-app package="com.android.wallpaper.livepicker" />
|
||||
|
||||
<!-- Weather Daemon -->
|
||||
<allow-in-power-save-except-idle package="com.sec.android.daemonapp" />
|
||||
<allow-in-power-save package="com.sec.android.daemonapp" />
|
||||
<allow-in-data-usage-save package="com.sec.android.daemonapp" />
|
||||
|
||||
<!-- Weather Forecast -->
|
||||
<allow-in-power-save-except-idle package="com.samsung.android.weather" />
|
||||
<allow-in-power-save package="com.samsung.android.weather" />
|
||||
|
||||
<!-- SamsungPay -->
|
||||
<allow-in-power-save package="com.samsung.android.spay" />
|
||||
<allow-in-data-usage-save package="com.samsung.android.spay" />
|
||||
|
||||
<!-- FaceBook -->
|
||||
<allow-in-power-save package="com.facebook.services"/>
|
||||
|
||||
<!-- Game Service -->
|
||||
<allow-in-power-save package="com.samsung.android.game.gametools"/>
|
||||
<allow-in-power-save package="com.samsung.android.game.gamehome"/>
|
||||
<allow-in-power-save package="com.enhance.gameservice" />
|
||||
|
||||
<!-- GalaxyApps -->
|
||||
<allow-in-power-save package="com.sec.android.app.samsungapps"/>
|
||||
|
||||
<!-- Always On Display -->
|
||||
<allow-in-power-save package="com.samsung.android.app.aodservice" />
|
||||
|
||||
<!-- Edge -->
|
||||
<allow-in-power-save package="com.samsung.android.app.cocktailbarservice" />
|
||||
|
||||
<!-- AirCommand -->
|
||||
<allow-in-power-save package="com.samsung.android.service.aircommand" />
|
||||
|
||||
<!-- Send Help Message -->
|
||||
<allow-in-power-save package="com.sec.android.app.safetyassurance"/>
|
||||
|
||||
<!-- CSC application -->
|
||||
<allow-in-power-save package="com.samsung.sec.android.application.csc"/>
|
||||
|
||||
<!-- Contacts application -->
|
||||
<allow-in-power-save package="com.samsung.android.contacts"/>
|
||||
|
||||
<!-- KT114 Provider -->
|
||||
<allow-in-data-usage-save package="com.samsung.kt114provider" />
|
||||
<allow-in-power-save package="com.samsung.kt114provider" />
|
||||
|
||||
<!-- Peoplestripe -->
|
||||
<allow-in-power-save package="com.samsung.android.service.peoplestripe" />
|
||||
|
||||
<!-- AppLock -->
|
||||
<allow-in-power-save package="com.samsung.android.applock"/>
|
||||
|
||||
<!-- HongbaoAssistant -->
|
||||
<allow-in-power-save package="com.samsung.hongbaoassistant" />
|
||||
|
||||
<!-- Blue light filter Service -->
|
||||
<allow-in-power-save package="com.samsung.android.bluelightfilter"/>
|
||||
|
||||
<!-- AppLinker -->
|
||||
<allow-in-power-save package="com.sec.android.app.applinker" />
|
||||
|
||||
<!-- Bixby Home -->
|
||||
<allow-in-power-save package="com.samsung.android.app.spage"/>
|
||||
|
||||
<!-- Messging UI -->
|
||||
<allow-in-power-save package="com.samsung.android.messaging"/>
|
||||
|
||||
<!-- Message CommuicationService -->
|
||||
<allow-in-power-save package="com.samsung.android.communicationservice"/>
|
||||
|
||||
<!-- HandwritingService -->
|
||||
<allow-in-power-save package="com.samsung.android.sdk.handwriting" />
|
||||
|
||||
<!-- CustomizationService -->
|
||||
<allow-in-power-save package="com.samsung.android.rubin.app" />
|
||||
|
||||
<!-- Secure Wi-Fi -->
|
||||
<allow-in-power-save package="com.samsung.android.fast" />
|
||||
<allow-in-data-usage-save package="com.samsung.android.fast" />
|
||||
|
||||
<!-- Device Search -->
|
||||
<allow-in-power-save package="com.samsung.android.app.galaxyfinder" />
|
||||
|
||||
<!-- Sound Quality andEffects -->
|
||||
<allow-in-power-save package="com.sec.android.app.soundalive" />
|
||||
|
||||
<!-- Knox container -->
|
||||
<allow-in-power-save package="com.samsung.android.knox.containercore" />
|
||||
<allow-in-power-save package="com.samsung.android.knox.containeragent" />
|
||||
<allow-in-power-save package="com.samsung.knox.securefolder" />
|
||||
|
||||
<!-- GalaxyBetaServicePlugin -->
|
||||
<allow-in-power-save package="com.samsung.android.galaxybetaserviceplugin" />
|
||||
|
||||
<!-- Samsung capture -->
|
||||
<allow-in-power-save package="com.samsung.android.app.smartcapture" />
|
||||
|
||||
<!-- Samsung Clipboard -->
|
||||
<allow-in-power-save package="com.samsung.clipboardsaveservice" />
|
||||
<allow-in-power-save package="com.samsung.android.clipboarduiservice" />
|
||||
|
||||
<!-- Samsung VideoPlayer -->
|
||||
<allow-in-power-save package="com.samsung.android.video" />
|
||||
|
||||
<!-- Samsung Message -->
|
||||
<allow-in-data-usage-save package="com.samsung.android.messaging"/>
|
||||
|
||||
<!-- Smart View -->
|
||||
<allow-in-power-save package="com.samsung.android.smartmirroring" />
|
||||
|
||||
<!-- IMS -->
|
||||
<allow-in-power-save package="com.sec.imsservice" />
|
||||
<allow-in-data-usage-save package="com.sec.imsservice" />
|
||||
|
||||
<!-- NSDS -->
|
||||
<allow-in-power-save package="com.sec.vsimservice" />
|
||||
<allow-in-data-usage-save package="com.sec.vsimservice" />
|
||||
|
||||
<!-- Network Location Provider -->
|
||||
<allow-in-power-save-except-idle package="com.baidu.map.location" />
|
||||
<allow-in-power-save-except-idle package="com.amap.android.location" />
|
||||
<allow-in-power-save package="com.baidu.map.location" />
|
||||
<allow-in-power-save package="com.amap.android.location" />
|
||||
|
||||
<!-- SysScope -->
|
||||
<allow-in-power-save package="com.sec.android.app.sysscope" />
|
||||
|
||||
<!-- SPenKeeper -->
|
||||
<allow-in-power-save package="com.sec.android.app.SPenKeeper" />
|
||||
|
||||
<!-- Knox Guard -->
|
||||
<allow-in-power-save package="com.samsung.android.kgclient"/>
|
||||
<allow-in-data-usage-save package="com.samsung.android.kgclient"/>
|
||||
|
||||
</permissions>
|
|
@ -0,0 +1,12 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.android.phone">
|
||||
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
|
||||
<permission name="android.permission.LOOP_RADIO"/>
|
||||
<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.TETHER_PRIVILEGED"/>
|
||||
<permission name="com.samsung.android.permission.SSRM_NOTIFICATION_PERMISSION"/>
|
||||
<permission name="com.samsung.permission.HQM_NOTIFICATION_PERMISSION"/>
|
||||
<permission name="com.samsung.permission.PALM_MOTION"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,26 @@
|
|||
<?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.android.providers.calendar">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,11 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.android.providers.contacts">
|
||||
<permission name="android.permission.BIND_DIRECTORY_SEARCH"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
|
||||
<permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2017 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.android.providers.downloads">
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,8 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.android.server.telecom">
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="com.samsung.android.permission.CHANGE_DISPLAY_COLOR"/>
|
||||
<permission name="com.samsung.android.permission.SSRM_NOTIFICATION_PERMISSION"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,12 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.android.settings">
|
||||
<permission name="android.permission.INVOKE_CARRIER_SETUP"/>
|
||||
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>
|
||||
<permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.SHUTDOWN"/>
|
||||
<permission name="com.samsung.android.permission.CHANGE_DISPLAY_COLOR"/>
|
||||
<permission name="com.samsung.android.fota.permission.READ_DATABASES"/>
|
||||
<permission name="com.samsung.android.provider.indexing.permission.ACCESS_PROVIDER"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,27 @@
|
|||
<?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.android.systemui">
|
||||
<permission name="android.permission.SET_WALLPAPER_COMPONENT"/>
|
||||
<permission name="android.permission.INVOKE_CARRIER_SETUP"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,5 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.android.vpndialogs">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,28 @@
|
|||
<?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.android.wallpaper.livepicker">
|
||||
<permission name="android.permission.BIND_WALLPAPER"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.SET_WALLPAPER_COMPONENT"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,7 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.knox.vpn.proxyhandler">
|
||||
<permission name="android.permission.CONNECTIVITY_INTERNAL"/>
|
||||
<permission name="android.permission.CONTROL_VPN"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,6 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.osp.app.signin">
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<privapp-permissions package="com.pittvandewitt.viperfx">
|
||||
<permission name="android.permission.MODIFY_AUDIO_SETTINGS'" />
|
||||
<permission name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<permission name="android.permission.BLUETOOTH" />
|
||||
<permission name="android.permission.INTERNET" />
|
||||
<permission name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<permission name="android.permission.ACCESS_SUPERUSER" />
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,29 @@
|
|||
<?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.policydm">
|
||||
<permission name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
|
||||
<permission name="android.permission.CRYPT_KEEPER"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.MtpApplication">
|
||||
<permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
|
||||
<permission name="android.permission.ACCESS_MTP"/>
|
||||
<permission name="android.permission.BATTERY_STATS"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.samsung.android.permission.SSRM_NOTIFICATION_PERMISSION"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,13 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.SettingsReceiver">
|
||||
<permission name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
|
||||
<permission name="android.permission.ACCESS_NOTIFICATIONS"/>
|
||||
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
|
||||
<permission name="android.permission.CONNECTIVITY_INTERNAL"/>
|
||||
<permission name="android.permission.FORCE_STOP_PACKAGES"/>
|
||||
<permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
|
||||
<permission name="android.permission.MANAGE_USB"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,27 @@
|
|||
<?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 Device Maintenance(Smart Manager) package
|
||||
-->
|
||||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.airtel.stubapp">
|
||||
<permission name="android.permission.INSTALL_PACKAGES" />
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2017 Samsung Electronics. All Rights Reserved
|
||||
~
|
||||
~ PROPRIETARY/CONFIDENTIAL
|
||||
~
|
||||
~ This software is the confidential and proprietary information of
|
||||
~ SAMSUNG ELECTRONICS ("Confidential Information").
|
||||
~ You shall not disclose such Confidential Information and shall
|
||||
~ use it only in accordance with the terms of the license agreement
|
||||
~ you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
|
||||
~ representations or warranties about the suitability
|
||||
~ of the software, either express or implied, including but not
|
||||
~ limited to the implied warranties of merchantability, fitness for a
|
||||
~ particular purpose, or non-infringement. SAMSUNG shall not be liable
|
||||
~ for any damages suffered by licensee as a result of using, modifying
|
||||
~ or distributing this software or its derivatives.
|
||||
-->
|
||||
<!--
|
||||
~ This XML file declares which signature|privileged permissions
|
||||
~ should be granted to privileged applications
|
||||
~ that are maintaned by Accessibility TG.
|
||||
-->
|
||||
<permissions>
|
||||
|
||||
<!-- AccessControl -->
|
||||
<privapp-permissions package="com.samsung.android.app.accesscontrol">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.READ_FRAME_BUFFER"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2017 Samsung Electronics. All Rights Reserved
|
||||
~
|
||||
~ PROPRIETARY/CONFIDENTIAL
|
||||
~
|
||||
~ This software is the confidential and proprietary information of
|
||||
~ SAMSUNG ELECTRONICS ("Confidential Information").
|
||||
~ You shall not disclose such Confidential Information and shall
|
||||
~ use it only in accordance with the terms of the license agreement
|
||||
~ you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
|
||||
~ representations or warranties about the suitability
|
||||
~ of the software, either express or implied, including but not
|
||||
~ limited to the implied warranties of merchantability, fitness for a
|
||||
~ particular purpose, or non-infringement. SAMSUNG shall not be liable
|
||||
~ for any damages suffered by licensee as a result of using, modifying
|
||||
~ or distributing this software or its derivatives.
|
||||
-->
|
||||
<!--
|
||||
~ This XML file declares which signature|privileged permissions
|
||||
~ should be granted to privileged applications
|
||||
~ that are maintaned by Accessibility TG.
|
||||
-->
|
||||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.app.assistantmenu">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.samsung.android.permission.CALL_OVERLAY_MAGNIFIER"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,34 @@
|
|||
<?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.android.app.clockpack">
|
||||
<permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.UPDATE_DEVICE_STATS"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.samsung.android.permission.BIND_COVER_SERVICE"/>
|
||||
<permission name="com.samsung.android.permission.CHANGE_DISPLAY_COLOR"/>
|
||||
<permission name="com.samsung.permission.HQM_NOTIFICATION_PERMISSION"/>
|
||||
<permission name="com.samsung.permission.READ_KNOX_NOTIFICATION"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2017 Samsung Electronics. All Rights Reserved
|
||||
~
|
||||
~ PROPRIETARY/CONFIDENTIAL
|
||||
~
|
||||
~ This software is the confidential and proprietary information of
|
||||
~ SAMSUNG ELECTRONICS ("Confidential Information").
|
||||
~ You shall not disclose such Confidential Information and shall
|
||||
~ use it only in accordance with the terms of the license agreement
|
||||
~ you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
|
||||
~ representations or warranties about the suitability
|
||||
~ of the software, either express or implied, including but not
|
||||
~ limited to the implied warranties of merchantability, fitness for a
|
||||
~ particular purpose, or non-infringement. SAMSUNG shall not be liable
|
||||
~ for any damages suffered by licensee as a result of using, modifying
|
||||
~ or distributing this software or its derivatives.
|
||||
-->
|
||||
<!--
|
||||
~ This XML file declares which signature|privileged permissions
|
||||
~ should be granted to privileged applications
|
||||
~ that are maintaned by Accessibility TG.
|
||||
-->
|
||||
<permissions>
|
||||
|
||||
<!-- ColorAdjustment -->
|
||||
<privapp-permissions package="com.samsung.android.app.color">
|
||||
<permission name="com.samsung.android.permission.CHANGE_DISPLAY_COLOR"/>
|
||||
</privapp-permissions>
|
||||
|
||||
</permissions>
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
<?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.android.app.galaxyfinder">
|
||||
<permission name="android.permission.CALL_PRIVILEGED"/>
|
||||
<permission name="android.permission.GLOBAL_SEARCH"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="com.samsung.android.provider.indexing.permission.ACCESS_PROVIDER"/>
|
||||
<permission name="android.permission.STOP_APP_SWITCHES"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,8 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.app.soundpicker">
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,32 @@
|
|||
<?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.android.authfw">
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="com.samsung.android.bio.face.permission.MANAGE_FACE"/>
|
||||
<permission name="com.samsung.android.bio.face.permission.USE_FACE"/>
|
||||
<permission name="com.samsung.android.permission.REQUEST_PROCESS_FIDO"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,14 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.beaconmanager">
|
||||
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.INSTALL_PACKAGES"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.OVERRIDE_WIFI_CONFIG"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.UPDATE_DEVICE_STATS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,31 @@
|
|||
<?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.android.communicationservice">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
<permission name="com.samsung.android.memo.READ"/>
|
||||
<permission name="com.samsung.android.memo.WRITE"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,19 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.contacts">
|
||||
<permission name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"/>
|
||||
<permission name="android.permission.CALL_PRIVILEGED"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.REBOOT"/>
|
||||
<permission name="android.permission.SEND_RESPOND_VIA_MESSAGE"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
|
||||
<permission name="com.samsung.android.memo.READ"/>
|
||||
<permission name="com.samsung.android.provider.indexing.permission.ACCESS_PROVIDER"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,28 @@
|
|||
<?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.android.dqagent">
|
||||
<permission name="android.permission.DUMP"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="com.samsung.permission.HQM_NOTIFICATION_PERMISSION"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,9 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.easysetup">
|
||||
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.sec.ACCESS_WIFI_SECURED_INFO"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,24 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.email.provider">
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.DUMP"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.MASTER_CLEAR"/>
|
||||
<permission name="android.permission.MOUNT_FORMAT_FILESYSTEMS"/>
|
||||
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="com.sec.android.permission.USE_GSCALER"/>
|
||||
<permission name="com.samsung.accessory.manager.permission.AUTHENTICATION_CONTROL"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.INVOKE_CARRIER_SETUP" />
|
||||
<permission name="com.samsung.android.memo.READ" />
|
||||
<permission name="com.sec.permission.READ_POLICIES" />
|
||||
<permission name="com.sec.permission.WRITE_POLICIES" />
|
||||
<permission name="com.samsung.android.provider.indexing.permission.ACCESS_PROVIDER"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,14 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.fmm">
|
||||
<permission name="android.permission.CHANGE_CONFIGURATION"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.MOUNT_FORMAT_FILESYSTEMS"/>
|
||||
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.MASTER_CLEAR"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,38 @@
|
|||
<?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.android.game.gamehome">
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.FORCE_STOP_PACKAGES"/>
|
||||
<permission name="android.permission.INSTALL_PACKAGES"/>
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.REBOOT"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,37 @@
|
|||
<?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.android.game.gametools">
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.FORCE_STOP_PACKAGES"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_FRAME_BUFFER"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_SEARCH_INDEXABLES"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,53 @@
|
|||
<?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.android.incallui">
|
||||
<permission name="android.permission.CALL_PRIVILEGED"/>
|
||||
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
|
||||
<permission name="android.permission.CHANGE_CONFIGURATION"/>
|
||||
<permission name="android.permission.CONNECTIVITY_INTERNAL"/>
|
||||
<permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
|
||||
<permission name="android.permission.PERFORM_CDMA_PROVISIONING"/>
|
||||
<permission name="android.permission.READ_DREAM_STATE"/>
|
||||
<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.REBOOT"/>
|
||||
<permission name="android.permission.SEND_RESPOND_VIA_MESSAGE"/>
|
||||
<permission name="android.permission.SET_TIME"/>
|
||||
<permission name="android.permission.SET_TIME_ZONE"/>
|
||||
<permission name="android.permission.SHUTDOWN"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.STOP_APP_SWITCHES"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.UPDATE_LOCK"/>
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
<permission name="android.permission.WRITE_DREAM_STATE"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.samsung.android.permission.SSRM_NOTIFICATION_PERMISSION"/>
|
||||
<permission name="com.samsung.permission.SSENSOR"/>
|
||||
<permission name="com.samsung.android.memo.READ"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,40 @@
|
|||
<?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.android.keyguardmgsupdator">
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.INTERNET" />
|
||||
<permission name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<permission name="android.permission.READ_SETTINGS" />
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS" />
|
||||
<permission name="android.permission.ACCESS_WIFI_STATE"/>
|
||||
<permission name="android.permission.INTERNAL_SYSTEM_WINDOW" />
|
||||
<permission name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<permission name="com.samsung.android.keyguardmgsupdator.permission.MY_GALAXY_STORIES"/>
|
||||
<permission name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>
|
||||
<permission name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<permission name="android.permission.READ_PHONE_STATE"/>
|
||||
<permission name="com.samsung.android.mfi.UPDATE_WIDGET" />
|
||||
<permission name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,26 @@
|
|||
<?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.android.keyguardwallpaperupdator">
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,15 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.knox.containeragent">
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.DELETE_PACKAGES"/>
|
||||
<permission name="android.permission.INSTALL_PACKAGES"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<permission name="android.permission.PROVIDE_TRUST_AGENT"/>
|
||||
<permission name="android.permission.SET_PROCESS_LIMIT"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,18 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.knox.containercore">
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.DELETE_PACKAGES"/>
|
||||
<permission name="android.permission.FORCE_STOP_PACKAGES"/>
|
||||
<permission name="android.permission.INSTALL_PACKAGES"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
|
||||
<permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.START_TASKS_FROM_RECENTS"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.samsung.container.OBSERVER"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,42 @@
|
|||
<?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 Device Maintenance(Smart Manager) package
|
||||
-->
|
||||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.lool">
|
||||
<permission name="android.permission.BATTERY_STATS" />
|
||||
<permission name="android.permission.CLEAR_APP_CACHE" />
|
||||
<permission name="android.permission.DELETE_CACHE_FILES" />
|
||||
<permission name="android.permission.DELETE_PACKAGES" />
|
||||
<permission name="android.permission.FORCE_STOP_PACKAGES" />
|
||||
<permission name="android.permission.INSTALL_PACKAGES" />
|
||||
<permission name="android.permission.MANAGE_DEVICE_ADMINS" />
|
||||
<permission name="android.permission.MANAGE_USERS" />
|
||||
<permission name="android.permission.MASTER_CLEAR" />
|
||||
<permission name="android.permission.PACKAGE_USAGE_STATS" />
|
||||
<permission name="android.permission.READ_LOGS" />
|
||||
<permission name="android.permission.READ_SEARCH_INDEXABLES" />
|
||||
<permission name="android.permission.REBOOT" />
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS" />
|
||||
<permission name="com.samsung.permission.READ_DMF_DATA" />
|
||||
<permission name="com.samsung.permission.WRITE_DMF_DATA" />
|
||||
<permission name="android.permission.REAL_GET_TASKS" />
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,43 @@
|
|||
<?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.android.messaging">
|
||||
<permission name="android.permission.CALL_PRIVILEGED"/>
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.MASTER_CLEAR"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.RECEIVE_EMERGENCY_BROADCAST"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/>
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
|
||||
<permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
|
||||
<permission name="com.sec.android.permission.USE_GSCALER"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="com.samsung.android.provider.indexing.permission.ACCESS_PROVIDER"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
|
@ -0,0 +1,15 @@
|
|||
<permissions>
|
||||
<privapp-permissions package="com.samsung.android.mobileservice">
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.CALL_PRIVILEGED"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.SEND_RESPOND_VIA_MESSAGE"/>
|
||||
<permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="com.samsung.android.memo.READ"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue