mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-09 17:02:47 -04:00
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<?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>
|