[Android] Fix app name

Nicolas Pomepuy git at videolan.org
Tue Jan 14 11:00:21 CET 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jan  9 14:22:48 2020 +0100| [4ff20df5e33f6430a80bf858ee667e153a675f8e] | committer: Nicolas Pomepuy

Fix app name

> https://code.videolan.org/videolan/vlc-android/commit/4ff20df5e33f6430a80bf858ee667e153a675f8e
---

 api/src/main/res/values/strings.xml     |  1 -
 mediadb/src/main/res/values/strings.xml | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/api/src/main/res/values/strings.xml b/api/src/main/res/values/strings.xml
index 64d68c699..36b8c0c8e 100644
--- a/api/src/main/res/values/strings.xml
+++ b/api/src/main/res/values/strings.xml
@@ -1,5 +1,4 @@
 <resources>
-  <string name="app_name">VLC extension library</string>
   <string name="network_error_title">No Internet connection</string>
   <string name="network_error_message">This extension needs your device to be connected to internet</string>
   <string name="vlc_error_title">VLC is not installed</string>
diff --git a/mediadb/src/main/res/values/strings.xml b/mediadb/src/main/res/values/strings.xml
deleted file mode 100644
index 6ac5c7ccd..000000000
--- a/mediadb/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
-  ~ *************************************************************************
-  ~  strings.xml
-  ~ **************************************************************************
-  ~ Copyright © 2020 VLC authors and VideoLAN
-  ~ Author: Nicolas POMEPUY
-  ~ This program is free software; you can redistribute it and/or modify
-  ~ it under the terms of the GNU General Public License as published by
-  ~ the Free Software Foundation; either version 2 of the License, or
-  ~ (at your option) any later version.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
-  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  ~ GNU General Public License for more details.
-  ~
-  ~ You should have received a copy of the GNU General Public License
-  ~ along with this program; if not, write to the Free Software
-  ~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
-  ~ ***************************************************************************
-  ~
-  ~
-  -->
-
-<resources>
-    <string name="app_name">mediadb</string>
-</resources>



More information about the Android mailing list