Advertisement
Skyline9

Angelican.xml

Sep 10th, 2023
1,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 20.58 KB | Source Code | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <features>
  3.     <!--whether the device is pad-->
  4.     <bool name="is_pad">false</bool>
  5.     <!--whether the device is xiaomi-->
  6.     <bool name="is_xiaomi">false</bool>
  7.     <!--whether the device is hongmi-->
  8.     <bool name="is_hongmi">true</bool>
  9.     <!--whether the device is redmi-->
  10.     <bool name="is_redmi">true</bool>
  11.     <!--whether the device support alpha optimized-->
  12.     <bool name="support_alpha_optimized">true</bool>
  13.     <!--whether the device supports torch-->
  14.     <bool name="support_torch">true</bool>
  15.     <!--whether install the fm app-->
  16.     <bool name="support_fm">true</bool>
  17.     <!--whether the device supports oldman mode-->
  18.     <bool name="support_oldman_mode">true</bool>
  19.     <!--whether the device is dual sim card-->
  20.     <bool name="support_dual_sim_card">true</bool>
  21.     <!--whether the device has dual systems-->
  22.     <bool name="is_dual_system">false</bool>
  23.     <!--whether the device has dual sd card-->
  24.     <bool name="support_dual_sd_card">true</bool>
  25.     <!--whether the device supports bt debug trace-->
  26.     <bool name="btdebug_enabled">true</bool>
  27.     <!--whether the device supports page layout-->
  28.     <bool name="support_page_layout">false</bool>
  29.     <!--whether the device supports record param-->
  30.     <bool name="support_record_param">false</bool>
  31.     <!--whether the device supports interview record param-->
  32.     <bool name="support_interview_record_param">true</bool>
  33.     <!--whether the device supports stereo record-->
  34.     <bool name="support_stereo_record">true</bool>
  35.     <!--whether the device supports screenrecorder inner-sound recorder mode-->
  36.     <integer name="support_inner_record">1</integer>
  37.     <!--whether the device supports screenrecorder a2dp inner-sound recorder-->
  38.     <bool name="support_a2dp_inner_record">false</bool>
  39.     <!--whether the device supports screen paper mode-->
  40.     <bool name="support_screen_paper_mode">true</bool>
  41.     <!--whether the device supports button light-->
  42.     <bool name="support_button_light">false</bool>
  43.     <!--whether the device supports emulated storage-->
  44.     <bool name="support_emulated_storage">true</bool>
  45.     <!--whether the device supports internal sdcard-->
  46.     <bool name="support_internal_sdcard">false</bool>
  47.     <!--whether the device supports power mode-->
  48.     <bool name="support_power_mode">false</bool>
  49.     <!--whether the device supports dolby-->
  50.     <bool name="support_dolby">false</bool>
  51.     <!--whether the device supports screen effect-->
  52.     <bool name="support_screen_effect">true</bool>
  53.     <!--which screen effect options should be show-->
  54.     <integer name="screen_effect_supported">7</integer>
  55.     <!--whether the device supports wapi-->
  56.     <bool name="support_wapi">true</bool>
  57.     <!--whether the device is mediatek-->
  58.     <bool name="is_mediatek">true</bool>
  59.     <!--whether the device supports media feedback-->
  60.     <bool name="support_media_feedback">false</bool>
  61.     <!--whether the device supports phone call noise suppression-->
  62.     <bool name="support_phone_call_noise_suppression">false</bool>
  63.     <!--whether the device supports touch sensitive-->
  64.     <bool name="support_touch_sensitive">false</bool>
  65.     <!--whether the device supports broadcom wapi-->
  66.     <bool name="support_broadcom_wapi">true</bool>
  67.     <!--whether the device supports erase external storage-->
  68.     <bool name="support_erase_external_storage">true</bool>
  69.     <!--whether the device supports headset-->
  70.     <bool name="support_headset">true</bool>
  71.     <!--whether the device supports nvdia wifi display-->
  72.     <bool name="support_nvdia_wifi_display">false</bool>
  73.     <!--whether the device supports eap sim-->
  74.     <bool name="support_eap_sim">true</bool>
  75.     <!--whether the device supports screen optimize-->
  76.     <bool name="support_screen_optimize">false</bool>
  77.     <!--whether the device supports agps-->
  78.     <bool name="support_agps">true</bool>
  79.     <!--whether the device supports feedback level-->
  80.     <bool name="support_feedback_level">true</bool>
  81.     <!--whether the device supports miui lite-->
  82.     <bool name="enable_miui_lite">false</bool>
  83.     <!--whether the device supports steps_provider-->
  84.     <bool name="support_steps_provider">true</bool>
  85.     <!--whether the device supports hifi-->
  86.     <bool name="support_hifi">false</bool>
  87.     <!--whether the device supports agps parameters-->
  88.     <bool name="support_agps_paras">true</bool>
  89.     <!--whether the device supports agps roaming-->
  90.     <bool name="support_agps_roaming">false</bool>
  91.     <!-- Support Android Flashlight Controller -->
  92.     <bool name="support_android_flashlight">true</bool>
  93.     <!--whether the device supports IR-->
  94.     <bool name="support_ir">true</bool>
  95.     <!-- whether the device supports app hiding-->
  96.     <bool name="support_app_hiding">true</bool>
  97.     <!--whether the device can read cpu4 freq-->
  98.     <bool name="is_read_cpu4_freq">false</bool>
  99.     <!--whether the device supports cit-->
  100.     <bool name="support_cit">true</bool>
  101.     <!--whether the device is xiaomi-->
  102.     <bool name="is_xiaomi_device">true</bool>
  103.     <!--whether the device supports encrypt-->
  104.     <bool name="support_device_encrypt">true</bool>
  105.     <!--whether support burst shoot in camera-->
  106.     <bool name="support_camera_burst_shoot">true</bool>
  107.     <!--whether support burst shoot denoise in camera-->
  108.     <bool name="support_camera_burst_shoot_denoise">true</bool>
  109.     <!--whether support solid recording in camera-->
  110.     <bool name="support_camera_movie_solid">true</bool>
  111.     <!--whether support shader effect in camera-->
  112.     <bool name="support_camera_shader_effect">true</bool>
  113.     <!--whether support skin beauty in camera-->
  114.     <bool name="support_camera_skin_beauty">true</bool>
  115.     <!--whether support age detection in camera-->
  116.     <bool name="support_camera_age_detection">true</bool>
  117.     <!--whether support record location in camera-->
  118.     <bool name="support_camera_record_location">true</bool>
  119.     <!--whether support time watermark in camera-->
  120.     <bool name="support_camera_water_mark">true</bool>
  121.     <!--whether support new style time watermark in camera-->
  122.     <bool name="support_camera_new_style_time_water_mark">true</bool>
  123.     <!--whether support face info watermark in camera-->
  124.     <bool name="support_camera_face_info_water_mark">true</bool>
  125.     <!--whether support pause recording in camera-->
  126.     <bool name="support_camera_video_pause">true</bool>
  127.     <!--whether support boosting screen brightness in camera-->
  128.     <bool name="support_camera_boost_brightness">true</bool>
  129.     <!--whether taking lower size panorama in camera-->
  130.     <bool name="is_lower_size_panorama">true</bool>
  131.     <!--whether taking lower size effect image in camera-->
  132.     <bool name="is_lower_size_effect">false</bool>
  133.     <!--whether support aohdr in camera-->
  134.     <bool name="support_camera_aohdr">false</bool>
  135.     <!--whether support high frame recording in camera-->
  136.     <bool name="support_camera_hfr">true</bool>
  137.     <!--whether support chroma flash in camera-->
  138.     <bool name="support_chroma_flash">false</bool>
  139.     <!--whether support object tracking in camera-->
  140.     <bool name="support_object_track">false</bool>
  141.     <!--whether support 4k recording in camera-->
  142.     <bool name="support_camera_4k_quality">true</bool>
  143.     <!--whether support audio focus recording in camera-->
  144.     <bool name="support_camera_audio_focus">false</bool>
  145.     <!--whether use morpho lib in camera-->
  146.     <bool name="is_camera_use_morpho_lib">true</bool>
  147.     <!--whether replace a lower cost effect to avoid preview lag-->
  148.     <bool name="is_camera_replace_higher_cost_effect">false</bool>
  149.     <!--whether support manual focus/exposure_time in camera-->
  150.     <bool name="support_camera_manual_function">true</bool>
  151.     <bool name="support_camera_manual_function_focus">true</bool>
  152.     <bool name="support_camera_manual_function_et">true</bool>
  153.     <!--whether capture when user press down the shutter in camera instead of left the shutter-->
  154.     <bool name="support_camera_press_down_capture">true</bool>
  155.     <!--whether support capture in torch mode in camera-->
  156.     <bool name="support_camera_torch_capture">true</bool>
  157.     <!--whether freeze preview after hdr capture in camera-->
  158.     <bool name="is_camera_freeze_after_hdr_capture">false</bool>
  159.     <!--whether set orientation info for face detection in camera-->
  160.     <bool name="is_camera_face_detection_need_orientation">false</bool>
  161.     <!--whether hold blured background for effects preview in camera-->
  162.     <bool name="is_camera_hold_blur_background">true</bool>
  163.     <!--whether support peaking mf in camera-->
  164.     <bool name="support_camera_peaking_mf">false</bool>
  165.     <!--whether support gradienter in camera-->
  166.     <bool name="support_camera_gradienter">true</bool>
  167.     <!--whether scan qrcode with lower frequency in camera-->
  168.     <bool name="is_camera_lower_qrscan_frequency">true</bool>
  169.     <!--whether listen frame with single subthread looper in camera-->
  170.     <bool name="is_camera_preview_with_subthread_looper">true</bool>
  171.     <!--whether add watermark in camera app-->
  172.     <bool name="is_camera_app_water_mark">true</bool>
  173.     <!--whether support tiltshift  in camera-->
  174.     <bool name="support_camera_tilt_shift">true</bool>
  175.     <!--whether support magic mirror in camera-->
  176.     <bool name="support_camera_magic_mirror">true</bool>
  177.     <!--whether support groupshot mode  in camera-->
  178.     <bool name="support_camera_groupshot">true</bool>
  179.     <!--whether rotate the final image in camera isp-->
  180.     <bool name="is_camera_isp_rotated">false</bool>
  181.     <!--whether support snap with screen off  in camera-->
  182.     <bool name="support_camera_quick_snap">true</bool>
  183.     <!-- whether the device app permission detail show in provision-->
  184.     <bool name="support_provision_app_permission">true</bool>
  185.     <!--whether support pre-installed application-->
  186.     <bool name="support_pre_installed_application">true</bool>
  187.     <!--wheater support validate device when syste upadte -->
  188.     <bool name="support_ota_validate">true</bool>
  189.     <!--wheater support show credentials-->
  190.     <bool name="support_credentials">true</bool>
  191.     <!--the vendor feature, it's value may be qcom,mediatek,leadcore or nvidia-->
  192.     <string name="vendor">mediatek</string>
  193.     <!--release time for the device, should be an unix timestamp-->
  194.     <string name="release_time">1470758400000</string>
  195.     <!--0:not support 1:close gamut 2:close ce-->
  196.     <integer name="screen_standard_mode">2</integer>
  197.     <!--Flag of reduce preview size in camera(1:reduce, 0:do not reduce; 1st byte:rear camera, 2nd byte:front camera, 3rd byte:rear video, 4th byte:front video )-->
  198.     <integer name="camera_reduce_preview_flag">12</integer>
  199.     <!--max number of burst images one time -->
  200.     <integer name="burst_shoot_count">20</integer>
  201.     <!--b0:flash b1:hdr b2:motion b3:night-->
  202.     <integer name="camera_supported_asd">11</integer>
  203.     <!--front asd b0:flash b1:hdr b2:motion b3:night-->
  204.     <integer name="camera_supported_front_asd">10</integer>
  205.     <!-- camera is support scene -->
  206.     <bool name="camera_supported_scene">false</bool>
  207.     <!-- front hht enhance-->
  208.     <bool name="support_front_hht_enhance">true</bool>
  209.     <!--max cpu freq of the device-->
  210.     <integer name="cpu_max_freq">200</integer>
  211.     <!--total steps number of camera compensation-->
  212.     <float name="camera_exposure_compensation_steps_num">12.0</float>
  213.     <!--Left margin of count down parent layout for front camera-->
  214.     <float name="camera_front_count_down_margin">0.3177</float>
  215.     <!--camera continuous shot callback class name-->
  216.     <string name="camera_continuous_shot_callback_class">ContinuousShotCallback</string>
  217.     <!--camera continuous shot callback setter method name-->
  218.     <string name="camera_continuous_shot_callback_setter">setContinuousShotCallback</string>
  219.     <bool name="fingerprint_wakeup_device">true</bool>
  220.     <!-- fingerprint navigation event name list -->
  221.     <string-array name="fp_nav_event_name_list">
  222.         <item>uinput-fpc</item>
  223.         <item>uinput-goodix</item>
  224.         <item>uinput-focaltech</item>
  225.     </string-array>
  226.     <!-- finger for alipay. use $(ro.product.manufacturer)-$(ro.product.device) automatially -->
  227.     <!--<string name="finger_alipay_ifaa_model">Xiaomi-atom</string>-->
  228.     <!-- wheter the device support soter fingerprint payment, 0: not support; 1: ota support; 2: support -->
  229.     <integer name="type_soter_finger_pay">2</integer>
  230.     <!-- finger record, config by owner -->
  231.     <integer name="type_mqs_finger_record">3</integer>
  232.     <!-- whether support double tap to wake up device -->
  233.     <bool name="support_gesture_wakeup">true</bool>
  234.     <!-- whether support always on -->
  235.     <bool name="support_aod">false</bool>
  236.     <!-- whether support keycode_goto_dismiss -->
  237.     <bool name="aod_support_keycode_goto_dismiss">false</bool>
  238.     <!--Led light features-->
  239.     <bool name="support_led_light">false</bool>
  240.     <bool name="support_led_color">false</bool>
  241.     <bool name="support_audio_loopback">true</bool>
  242.     <!--These app has permission to access aux camera -->
  243.     <string-array name="camera_aux_package_list">
  244.         <item>com.android.camera</item>
  245.         <item>org.codeaurora.snapcam</item>
  246.         <item>com.lctautotest.camera</item>
  247.         <item>com.android.lightboxtest</item>
  248.         <item>com.xiaomi.cameratools</item>
  249.         <item>com.miui.cameratest</item>
  250.         <item>com.miui.cit</item>
  251.         <item>com.ss.android.ugc.aweme</item>
  252.     </string-array>
  253.     <!-- -->
  254.     <string-array name="camera_adjust_picture_size_cmd_list">
  255.         <!-- camera id 0 add 12M HAL_PIXEL_FORMAT_RAW16 input -->
  256.         <item>com.android.camera:0, add, 4000, 3000, 32, true</item>
  257.         <!-- camera id 0 set sensor size 48M, camera id 1 set sensor size 16M -->
  258.         <item>com.antutu:0, ssize, 8000, 6000;1, ssize, 4608, 3456</item>
  259.         <!-- camera id 1 limit picture-size <= 1920x1080 -->
  260.         <item>com.tencent.mobileqq:1, limit, 1920, 1080</item>
  261.     </string-array>
  262.     <!--Add for the system data-app which could uninstall by user-->
  263.     <string-array name="system_data_packagename_list">
  264.         <item>com.xiaomi.pass</item>
  265.         <item>com.xiaomi.scanner</item>
  266.         <item>com.xiaomi.gamecenter</item>
  267.         <item>com.miui.weather2</item>
  268.         <item>com.miui.notes</item>
  269.         <item>com.miui.compass</item>
  270.         <item>com.miui.calculator</item>
  271.         <item>com.android.email</item>
  272.         <item>com.miui.cleanmaster</item>
  273.         <item>com.mi.misupport</item>
  274.         <item>com.duokan.reader</item>
  275.         <item>com.mfashiongallery.emag</item>
  276.         <item>com.miui.personalassistant</item>
  277.         <item>com.miui.voip</item>
  278.         <item>com.miui.yellowpage</item>
  279.         <item>com.xiaomi.midrop</item>
  280.         <item>com.android.midrive</item>
  281.         <item>com.xiaomi.drivemode</item>
  282.         <item>com.miui.smarttravel</item>
  283.     </string-array>
  284.     <!--system data-app path list -->
  285.     <string-array name="system_data_path_list">
  286.         <item>/system/data-app/XMPass/XMPass.apk</item>
  287.         <item>/system/data-app/MiuiScanner/MiuiScanner.apk</item>
  288.         <item>/system/data-app/GameCenter/GameCenter.apk</item>
  289.         <item>/system/data-app/Weather/Weather.apk</item>
  290.         <item>/system/data-app/Notes/Notes.apk</item>
  291.         <item>/system/data-app/MiuiCompass/MiuiCompass.apk</item>
  292.         <item>/system/data-app/Calculator/Calculator.apk</item>
  293.         <item>/system/data-app/Email/Email.apk</item>
  294.         <item>/system/data-app/CleanMaster/CleanMaster.apk</item>
  295.         <item>/system/data-app/MiSupport/MiSupport.apk</item>
  296.         <item>/system/data-app/com.duokan.reader/com.duokan.reader.apk</item>
  297.         <item>/system/data-app/MiGalleryLockscreen/MiGalleryLockscreen.apk</item>
  298.         <item>/system/data-app/PersonalAssistant/PersonalAssistant.apk</item>
  299.         <item>/system/data-app/MiuiVoip/MiuiVoip.apk</item>
  300.         <item>/system/data-app/YellowPage/YellowPage.apk</item>
  301.         <item>/system/data-app/MiDrop/MiDrop.apk</item>
  302.         <item>/system/data-app/MiDrive/MiDrive.apk</item>
  303.         <item>/system/data-app/MiuiDriveMode/MiuiDriveMode.apk</item>
  304.         <item>/system/data-app/SmartTravel/SmartTravel.apk</item>
  305.     </string-array>
  306.     <!-- whether camera support AI lens entry -->
  307.     <bool name="camera_support_ai_lens">true</bool>
  308.     <!--whether show my device-->
  309.     <bool name="support_my_device">true</bool>
  310.     <!--battery capacity typ of the device-->
  311.     <string name="battery_capacity_typ">5000</string>
  312.     <!--whether show basic info items-->
  313.     <bool name="support_show_basic_items">true</bool>
  314.     <!-- whether CN hardware can flash Global rom -->
  315.     <bool name="enable_flash_global">false</bool>
  316.     <bool name="support_new_silentmode">true</bool>
  317.     <!--whether taking 18x9 ratio screen in camera-->
  318.     <bool name="is_18x9_ratio_screen">false</bool>
  319.     <!--whether support portrait in camera-->
  320.     <bool name="is_support_portrait">true</bool>
  321.     <!--whether camera support screen light-->
  322.     <bool name="support_screen_light">true</bool>
  323.     <!--whether taking legacy face beauty in camera-->
  324.     <bool name="is_legacy_face_beauty">false</bool>
  325.     <!--whether front camera support hdr or not-->
  326.     <bool name="support_front_hdr">true</bool>
  327.     <!--whether front camera support hht or not-->
  328.     <bool name="support_front_hht">true</bool>
  329.     <!--whether front camera support bokeh or not-->
  330.     <bool name="support_front_bokeh">true</bool>
  331.     <!--whether support auto mirror in camera-->
  332.     <bool name="support_auto_mirror">false</bool>
  333.     <!--whether support auto mirror in camera-->
  334.     <bool name="enhance_beauty_with_hht">true</bool>
  335.     <!--whether support add watermark on bottom left of picture-->
  336.     <bool name="support_picture_watermark">true</bool>
  337.     <!--whether need video stabilizatiion crop-->
  338.     <bool name="need_video_stabilization_crop">true</bool>
  339.     <bool name="disable_video_stabilization_in_speed_slow_mode">true</bool>
  340.     <!--whether add algorithm in file name or not-->
  341.     <bool name="enable_algorithm_in_file_suffix">false</bool>
  342.     <!--whether enable face detection in video and funmode or not-->
  343.     <bool name="support_camera_video_face_detection">true</bool>
  344.     <!-- Camera HDR default value -->
  345.     <integer name="support_camera_hdr_default_value">3</integer>
  346.     <integer name="support_camera_front_hdr_default_value">1</integer>
  347.     <!--whether camera support portrait mode switch -->
  348.     <bool name="camera_is_support_portrait_front">true</bool>
  349.     <!--whether camera support portrait mode switch -->
  350.     <bool name="camera_is_support_portrait_switch">true</bool>
  351.     <!-- Support Sign Verify In Cust Partition-->
  352.     <bool name="support_sign_verify_in_cust">true</bool>
  353.     <bool name="support_super_resolution">true</bool>
  354.     <!--whether the device support hall sensor-->
  355.     <bool name="support_hall_sensor">false</bool>
  356.     <!--whether sensor_has_latency-->
  357.     <bool name="sensor_has_latency">true</bool>
  358.     <!-- whether support touch gamemode -->
  359.     <bool name="support_touchfeature_gamemode">true</bool>
  360.     <!-- whether support dynamic light spot in portrait module  -->
  361.     <bool name="support_camera_dynamic_light_spot">true</bool>
  362.     <bool name="support_front_beauty_mfnr">true</bool>
  363.     <!--The value of papar max level-->
  364.     <float name="paper_mode_max_level">255.0</float>
  365.     <!--The value of papar min level-->
  366.     <float name="paper_mode_min_level">58.0</float>
  367.     <!--whether paper mode and screen effect is compatible-->
  368.     <bool name="is_compatible_paper_and_screen_effect">true</bool>
  369.     <!--whether surpport paper mode animation-->
  370.     <bool name="support_papermode_animation">true</bool>
  371.     <!-- support nfc -->
  372.     <bool name="support_nfc">true</bool>
  373.     <!-- NFC related -->
  374.     <bool name="support_se_route">true</bool>
  375.     <!-- device head sar value -->
  376.     <float name="device_head_sar">1.130</float>
  377.     <!-- device body sar value -->
  378.     <float name="device_body_sar">0.634</float>
  379.     <bool name="support_se_route">true</bool>
  380.     <!-- whether support LHDC codec offload -->
  381.     <bool name="support_lhdc">false</bool>
  382.     <!-- 2DFA support -->
  383.     <integer name="ifaa_2dfa_support">0</integer>
  384.     <!-- whether support hangup while screen turnning off -->
  385.     <bool name="support_hangup_while_screen_off">true</bool>
  386.     <!-- whether support displayfeature gamemode -->
  387.     <bool name="support_displayfeature_gamemode">true</bool>
  388.     <!--These region support face unlock-->
  389.     <string-array name="support_face_unlock_region_global">
  390.         <item>ALL</item>
  391.     </string-array>
  392.     <!-- Whether support sunlight mode -->
  393.     <bool name="config_sunlight_mode_available">true</bool>
  394. </features>
Tags: Angelican
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement