- Includes following changes: * Import Xiaomi MiSys Hal and Sepolicy * Import needed camera permissions * Import Camera Postprocessing * Import Poco F3 / Mi 11x Device Features [For Miui Deps] * Import camxoverride settings & tune down CameraX logging * Import needed camera prebuilts for Poco F3 AOSP Device trees * Import Leica/Miui Camera mod 5.x by https://t.me/itzdfplayer & HollyBear * Create device-specific config overlay for following Camera to enable appropriate features * Import device-specific OpenCL * Import AOSP and LOS aux camera overlays * Import appropriate sepolicy for Poco F3 / Mi11x - Repo requires: * Have device-side hides in libinit for .mod_device and .name * Import MiSys entries to FCM [Example:47e3f385a6] * Enable newer HIDL overrideFormat [4d9f9a23e9] * Build camera for Jemalloc [c5d5ea6706] * Set TARGET_CAMERA_PACKAGE_NAME for vendor tags [60ad521bf1] -> [c4fbccafa0] Used changes from following authors: Co-authored-by: UtsavBalar1231 <utsavbalar1231@gmail.com> Co-authored-by: ItzDFPlayer <deniskovalevskiy91@gmail.com> Co-authored-by: chrisl7 <wandersonrodriguesf1@gmail.com>
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<exceptions>
|
|
<exception package="com.android.camera">
|
|
<!-- Camera -->
|
|
<permission name="android.permission.CAMERA" fixed="true" />
|
|
<!-- Location -->
|
|
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true" />
|
|
<permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="true" />
|
|
<!-- Microphone -->
|
|
<permission name="android.permission.RECORD_AUDIO" fixed="true" />
|
|
<!-- Phone -->
|
|
<permission name="android.permission.READ_PHONE_STATE" fixed="true" />
|
|
<!-- Storage -->
|
|
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="true" />
|
|
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="true" />
|
|
<permission name="android.permission.ACCESS_MEDIA_LOCATION" fixed="true" />
|
|
<permission name="android.permission.WRITE_MEDIA_STORAGE" fixed="true" />
|
|
<!-- Omni -->
|
|
<permission name="android.permission.INTERACT_ACROSS_USERS" fixed="true" />
|
|
<permission name="android.permission.WRITE_SECURE_SETTINGS" fixed="true" />
|
|
<permission name="android.permission.PACKAGE_USAGE_STATS" fixed="true" />
|
|
<permission name="android.permission.CONTROL_DISPLAY_BRIGHTNESS" fixed="true" />
|
|
</exception>
|
|
</exceptions>
|