mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Drop non-working permissions, move props back to root
* platform-samsung.xml: <assign-permission> not allowed in partition of /vendor/etc/permissions/platform-samsung.xml at START_TAG (empty) <assign-permission name='com.samsung.permission.SSENSOR' uid='cameraserver'>@22:83 in java.io.FileReader@9549221 * component-overrides-bluetooth.xml: Useless, its already disabled, why kill it twice Change-Id: I3e2a1ae37cd340e2005293aaf7f046d4c3eda0ca Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
bb8d32dfd7
commit
0e16cac0bf
8 changed files with 5 additions and 62 deletions
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2019 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.
|
||||
-->
|
||||
<config>
|
||||
<component-override package="com.android.bluetooth" >
|
||||
<component class=".a2dpsink.A2dpSinkService" enabled="false" />
|
||||
<component class=".avrcpcontroller.AvrcpControllerService" enabled="false" />
|
||||
<component class=".avrcpcontroller.BluetoothMediaBrowserService" enabled="false" />
|
||||
<component class=".hfpclient.connserv.HeadsetClientService" enabled="false" />
|
||||
<component class=".hfpclient.HeadsetClientService" enabled="false" />
|
||||
<component class=".hfpclient.connserv.HfpClientConnectionService" enabled="false" />
|
||||
<component class=".sap.SapService" enabled="true" />
|
||||
</component-override>
|
||||
</config>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
<?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>
|
||||
<assign-permission name="com.samsung.permission.HRM_EXT" uid="cameraserver" />
|
||||
<assign-permission name="com.samsung.permission.SSENSOR" uid="cameraserver" />
|
||||
</permissions>
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# LMKD
|
||||
ro.lmk.critical_upgrade=true
|
||||
ro.lmk.downgrade_pressure=60
|
||||
ro.lmk.kill_heaviest_task=false
|
||||
ro.lmk.log_stats=true
|
||||
ro.lmk.upgrade_pressure=40
|
||||
ro.lmk.use_psi=false
|
||||
|
||||
# Binary XML
|
||||
persist.sys.binary_xml=false
|
||||
|
||||
# DSDS Settings
|
||||
persist.sys.fflag.override.settings_provider_model=false
|
||||
|
||||
# IORap
|
||||
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
|
||||
|
||||
# Graphics
|
||||
debug.cpurend.vsync=false
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
PROPS_PATH := device/samsung/universal7885-common/configs/props
|
||||
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
TARGET_PRODUCT_PROP += $(PROPS_PATH)/product.prop
|
||||
TARGET_VENDOR_PROP += $(PROPS_PATH)/vendor.prop
|
||||
TARGET_SYSTEM_PROP += $(PROPS_PATH)/system.prop
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# pre-render
|
||||
ro.vendor.perf.scroll_opt=true
|
||||
|
||||
# ZRAM writeback
|
||||
ro.zram.mark_idle_delay_mins=60
|
||||
ro.zram.first_wb_delay_mins=360
|
||||
ro.zram.periodic_wb_delay_hours=24
|
||||
|
||||
|
|
@ -1,72 +0,0 @@
|
|||
# Use 64-bit dex2oat for better dexopt time.
|
||||
dalvik.vm.dex2oat64.enabled=true
|
||||
|
||||
## FRP
|
||||
# Disable invocation of oem_lock
|
||||
ro.frp.pst=/dev/block/persistent
|
||||
|
||||
## OMX
|
||||
# Set csc support in OMX
|
||||
# If not set or set to 0, OMX will only use BT.601 colorspace.
|
||||
ro.vendor.cscsupported=1
|
||||
|
||||
## OpenGLES
|
||||
ro.opengles.version=196610
|
||||
|
||||
## Graphics
|
||||
debug.egl.hw=0
|
||||
debug.sf.hw=0
|
||||
|
||||
### Vulkan
|
||||
ro.hwui.use_vulkan=true
|
||||
graphics.gpu.profiler.support=true
|
||||
debug.hwui.renderer=skiavk
|
||||
|
||||
## RIL
|
||||
vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so
|
||||
vendor.sec.rild.libpath2=/vendor/lib64/libsec-ril-dsds.so
|
||||
|
||||
# LTE, GSM and WCDMA
|
||||
ro.telephony.default_network=9,9
|
||||
|
||||
## Surfaceflinger
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
debug.sf.enable_hwc_vds=0
|
||||
debug.sf.latch_unsignaled=1
|
||||
debug.sf.enable_advanced_sf_phase_offset=1
|
||||
debug.sf.use_phase_offsets_as_durations=1
|
||||
debug.sf.late.sf.duration=10500000
|
||||
debug.sf.late.app.duration=20500000
|
||||
debug.sf.early.sf.duration=16000000
|
||||
debug.sf.early.app.duration=33500000
|
||||
debug.sf.earlyGl.sf.duration=13500000
|
||||
debug.sf.earlyGl.app.duration=38000000
|
||||
|
||||
# Display
|
||||
vendor.display.disable_rotator_downscale=1
|
||||
vendor.display.disable_scaler=0
|
||||
|
||||
## SoC
|
||||
ro.soc.manufacturer=samsung
|
||||
ro.soc.model=exynos7885
|
||||
|
||||
### CSC
|
||||
ro.csc.sales_code=KTC
|
||||
ro.csc.country_code=Korea
|
||||
ro.csc.countryiso_code=KR
|
||||
ro.csc.omcmw_code=KTC
|
||||
|
||||
## PDA
|
||||
ro.build.PDA=A202KKKU7CUF1
|
||||
|
||||
# Wifi direct
|
||||
wifi.direct.interface=p2p0
|
||||
|
||||
# Camera
|
||||
vendor.camera.aux.packagelist=com.google.android.apps.cameralite,com.eurekateam.cameralightsensor,com.android.camera
|
||||
|
||||
# Samsung
|
||||
ro.product_ship=true
|
||||
ro.debug_level=0x494d
|
||||
ro.hardware.chipname=exynos7884B
|
||||
|
||||
Loading…
Reference in a new issue