Skip to content

Commit

Permalink
davinci: Increase overlay priority
Browse files Browse the repository at this point in the history
Change-Id: Id8bd8ac97f920a313118baeeb3be13c33985b9f8
  • Loading branch information
PIPIPIG233666 authored and adi8900 committed Feb 7, 2021
1 parent a1a0299 commit c76edf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rro_overlays/WifiOverlayF10C/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="CN"
android:isStatic="true"
android:priority="0"/>
android:priority="500"/>
</manifest>
2 changes: 1 addition & 1 deletion rro_overlays/WifiOverlayF10G/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="GLOBAL"
android:isStatic="true"
android:priority="0"/>
android:priority="500"/>
</manifest>
2 changes: 1 addition & 1 deletion rro_overlays/WifiOverlayF10I/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="INDIA"
android:isStatic="true"
android:priority="0"/>
android:priority="500"/>
</manifest>

0 comments on commit c76edf7

Please sign in to comment.