Hide TARE page when disabled.

Hide the TARE page option when TARE is disabled or the page is
explicitly flagged to be shown.

Bug: 270498386
Bug: 270964794
Test: manually modify flags and check if TARE option shows
Change-Id: Icc23a34ff1b9af5f1ddb649c4aefbea22a123498
This commit is contained in:
Kweku Adams
2023-03-31 18:55:27 +00:00
parent c429ca3e2f
commit d6409c4ee1
3 changed files with 71 additions and 3 deletions

View File

@@ -669,9 +669,6 @@
<Preference
android:key="tare"
android:title="@string/tare_title" >
<intent
android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.development.tare.TareHomePage" />
</Preference>
<SwitchPreference