Matthew Finkel pushed to branch tor-browser-85.1.0-10.5-1 at The Tor Project / Applications / fenix
Commits:
-
a6c84e3e
by Matthew Finkel at 2021-01-27T18:00:31+00:00
3 changed files:
- app/src/main/res/layout/quicksettings_permissions.xml
- app/src/main/res/xml/site_permissions_details_exceptions_preferences.xml
- app/src/main/res/xml/site_permissions_preferences.xml
Changes:
... | ... | @@ -148,7 +148,7 @@ |
148 | 148 |
app:layout_constraintBottom_toBottomOf="parent"
|
149 | 149 |
app:layout_constraintEnd_toStartOf="@id/mediaKeySystemAccessStatus"
|
150 | 150 |
app:layout_constraintStart_toStartOf="parent"
|
151 |
- tools:visibility="visible" />
|
|
151 |
+ tools:visibility="gone" />
|
|
152 | 152 |
|
153 | 153 |
<TextView
|
154 | 154 |
android:id="@+id/mediaKeySystemAccessStatus"
|
... | ... | @@ -160,6 +160,6 @@ |
160 | 160 |
app:layout_constraintEnd_toEndOf="parent"
|
161 | 161 |
app:layout_constraintStart_toEndOf="@id/mediaKeySystemAccessLabel"
|
162 | 162 |
tools:text="@string/preference_option_phone_feature_blocked"
|
163 |
- tools:visibility="visible" />
|
|
163 |
+ tools:visibility="gone" />
|
|
164 | 164 |
|
165 | 165 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 |
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
4 | 4 |
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
5 | 5 |
<androidx.preference.PreferenceScreen
|
6 |
- xmlns:android="http://schemas.android.com/apk/res/android">
|
|
6 |
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
7 |
+ xmlns:app="http://schemas.android.com/apk/res-auto" >
|
|
7 | 8 |
<androidx.preference.Preference
|
8 | 9 |
android:icon="@drawable/ic_camera_enabled"
|
9 | 10 |
android:key="@string/pref_key_phone_feature_camera"
|
... | ... | @@ -38,6 +39,7 @@ |
38 | 39 |
android:icon="@drawable/ic_link"
|
39 | 40 |
android:key="@string/pref_key_browser_feature_media_key_system_access"
|
40 | 41 |
android:title="@string/preference_phone_feature_media_key_system_access"
|
42 |
+ app:isPreferenceVisible="false"
|
|
41 | 43 |
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
|
42 | 44 |
|
43 | 45 |
<androidx.preference.Preference
|
... | ... | @@ -48,6 +48,7 @@ |
48 | 48 |
android:key="@string/pref_key_browser_feature_media_key_system_access"
|
49 | 49 |
android:title="@string/preference_phone_feature_media_key_system_access"
|
50 | 50 |
android:summary="@string/preference_option_phone_feature_ask_to_allow"
|
51 |
+ app:isPreferenceVisible="false"
|
|
51 | 52 |
app:allowDividerBelow="true"/>
|
52 | 53 |
|
53 | 54 |
<androidx.preference.Preference
|