権限設定を追加

master
AndroPlus-org 4 years ago
parent bbfcd9a81b
commit a3afe2a69c

@ -0,0 +1,31 @@
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<exceptions>
<exception
package="com.google.android.apps.restore"
sha256-cert-digest="56:BE:13:2B:78:06:56:FE:24:44:CD:34:32:6E:B5:D7:AA:C9:1D:20:96:AB:F0:FE:67:3A:99:27:06:22:EC:87">
<!-- External storage -->
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
<!-- Contacts -->
<permission name="android.permission.READ_CONTACTS" fixed="false"/>
<permission name="android.permission.WRITE_CONTACTS" fixed="false"/>
<!-- For D2D Restore -->
<permission name="android.permission.READ_CALL_LOG" fixed="false"/>
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.assistant"
sha256-cert-digest="43:0B:20:EB:61:96:7E:9C:5B:BE:02:59:9B:07:35:16:80:7D:AE:72:D7:86:FE:92:7F:48:96:B7:C7:F2:96:1F">
<!-- Record audio -->
<permission name="android.permission.RECORD_AUDIO" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.actionsservice"
sha256-cert-digest="43:0B:20:EB:61:96:7E:9C:5B:BE:02:59:9B:07:35:16:80:7D:AE:72:D7:86:FE:92:7F:48:96:B7:C7:F2:96:1F">
<!-- Record audio -->
<permission name="android.permission.RECORD_AUDIO" fixed="false"/>
</exception>
</exceptions>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.feature.D2D_CABLE_MIGRATION_FEATURE" />
</config>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.feature.EEA_DEVICE" />
<feature name="com.google.android.feature.EEA_V2_DEVICE" />
<feature name="com.google.android.paid.search" />
<feature name="com.google.android.paid.chrome" />
</config>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This XML file declares installer eligible for committing stage install.
-->
<config>
<whitelisted-staged-installer package="com.android.vending" />
</config>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.feature.WELLBEING" />
</config>
Loading…
Cancel
Save