Files
device_oplus_camera/configs/sysconfig/hiddenapi-package-oplus-whitelist.xml
chandu078 d0ffbb8aa8 Add OPLUS Camera support
[pjgowtham] : Add missing classes for oneplus 12 camera app

Co-authored-by: cjh1249131356 <cjh1249131356@gmail.com>
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
2024-03-14 08:15:01 +05:30

17 lines
671 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
This XML file declares which system apps should be exempted from the hidden API blacklisting, i.e.
which apps should be allowed to access the entire private API.
Only apps NOT signed with the platform cert need to be included, as apps signed with the platform
cert are exempted by default.
Do NOT include any apps that are updatable via Play Store!
-->
<config>
<hidden-api-whitelisted-app package="com.oplus.appplatform"/>
<hidden-api-whitelisted-app package="com.oplus.camera"/>
<hidden-api-whitelisted-app package="com.oplus.exsystemservice"/>
<hidden-api-whitelisted-app package="com.oneplus.gallery"/>
</config>