Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3612b41e authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Change microG notification title

parent 2038da93
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5553,6 +5553,10 @@ public class Notification implements Parcelable
                return null;
            }

            if ("com.android.vending".equals(mContext.getPackageName())) {
                name = mContext.getString(R.string.licensing_system_information);
            }

            return String.valueOf(name);
        }

+4 −1
Original line number Diff line number Diff line
@@ -20,4 +20,7 @@
    <string name="permgrouplab_fake_package_signature">Paketsignatur-Täuschung</string>
    <string name="permgroupdesc_fake_package_signature">Paketsignatur-Täuschung zulassen</string>
    <string name="permgrouprequest_fake_package_signature">&lt;b&gt;<xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b&gt; erlauben, die Paketsignatur zu fälschen\?</string>

    <!-- Title of licensing notification. -->
    <string name="licensing_system_information">Systeminformationen</string>
</resources>
+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2024
  ~ 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 3 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, see <https://www.gnu.org/licenses/>.
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Title of licensing notification. -->
    <string name="licensing_system_information">Información del sistema</string>
</resources>
+4 −1
Original line number Diff line number Diff line
@@ -20,4 +20,7 @@
    <string name="permgrouplab_fake_package_signature">Usurper la signature de paquets</string>
    <string name="permgroupdesc_fake_package_signature">Autoriser l\'usurpation de la signature de paquets</string>
    <string name="permgrouprequest_fake_package_signature">Autoriser &lt;b&gt;<xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b&gt; à usurper la signature de paquets \?</string>

    <!-- Title of licensing notification. -->
    <string name="licensing_system_information">Information système</string>
</resources>
+4 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2023
  ~ Copyright Murena SAS 2024
  ~ 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 3 of the License, or
@@ -15,5 +15,6 @@
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    
    <!-- Title of licensing notification. -->
    <string name="licensing_system_information">Informazioni di sistema</string>
</resources>
Loading