From 91e49ddccdcd23ddd98cb36fffc5632effdfb701 Mon Sep 17 00:00:00 2001
From: Pierre Duchemin <pierre.duchemin@savoirfairelinux.com>
Date: Tue, 11 Aug 2020 15:24:11 -0400
Subject: [PATCH] prefs: HW encoding is not considered experimental anymore

Change-Id: I333e89378bdd69d8c36c9e3d453d454c588b914c
---
 ring-android/app/src/main/res/layout/frag_settings.xml        | 1 -
 ring-android/app/src/main/res/xml/tv_account_general_pref.xml | 1 -
 ring-android/app/src/main/res/xml/video_prefs.xml             | 1 -
 3 files changed, 3 deletions(-)

diff --git a/ring-android/app/src/main/res/layout/frag_settings.xml b/ring-android/app/src/main/res/layout/frag_settings.xml
index 32550a67e..ae0634a1c 100644
--- a/ring-android/app/src/main/res/layout/frag_settings.xml
+++ b/ring-android/app/src/main/res/layout/frag_settings.xml
@@ -96,7 +96,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                     android:layout_height="wrap_content"
                     android:layout_alignParentStart="true"
                     android:layout_centerVertical="true"
-                    android:contentDescription="@string/pref_hwEncode_summary"
                     app:srcCompat="@drawable/baseline_memory_24"
                     android:layout_marginEnd="32dp"/>
 
diff --git a/ring-android/app/src/main/res/xml/tv_account_general_pref.xml b/ring-android/app/src/main/res/xml/tv_account_general_pref.xml
index a171b8da2..037ee6118 100644
--- a/ring-android/app/src/main/res/xml/tv_account_general_pref.xml
+++ b/ring-android/app/src/main/res/xml/tv_account_general_pref.xml
@@ -15,7 +15,6 @@
             android:defaultValue="true"
             android:icon="@drawable/baseline_memory_24"
             android:key="video_hwenc"
-            android:summary="@string/pref_hwEncode_summary"
             android:title="@string/pref_hwEncode_title" />
 
         <ListPreference
diff --git a/ring-android/app/src/main/res/xml/video_prefs.xml b/ring-android/app/src/main/res/xml/video_prefs.xml
index 0ea4d822b..720797ffe 100644
--- a/ring-android/app/src/main/res/xml/video_prefs.xml
+++ b/ring-android/app/src/main/res/xml/video_prefs.xml
@@ -5,7 +5,6 @@
         android:defaultValue="true"
         android:icon="@drawable/baseline_memory_24"
         android:key="video_hwenc"
-        android:summary="@string/pref_hwEncode_summary"
         android:title="@string/pref_hwEncode_title" />
 
     <ListPreference
-- 
GitLab