Skip to content

Commit

Permalink
realify: Handle realmeUI 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
techyminati authored Apr 10, 2024
1 parent 98461a5 commit 2434e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ check_realmeui_ver()
FEATURE_PATH="/my_product/etc/extension/realme_product_rom_extend_feature_${PRJ_NAME}.xml"
elif [[ $RUI_VER == V4.0 ]]; then
FEATURE_PATH="/my_product/etc/extension/feature_com.coloros.oppoguardelf.xml"
elif [[ $RUI_VER == V3.0 ]]; then
FEATURE_PATH="/my_product/etc/extension/realme_product_rom_extend_feature_${PRJ_NAME}.xml"
elif [[ $RUI_VER == V1.0 ]]; then
FEATURE_PATH="/oppo_product/etc/permissions/com.oppo.features.os.xml"
else
Expand Down

0 comments on commit 2434e95

Please sign in to comment.