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

Commit 2a17568e authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791"

parents f14792c8 8f9d34cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@
    <string name="notification_channel_voice_mail" msgid="3954099424160511919">"Voicemail messages"</string>
    <string name="notification_channel_wfc" msgid="2130802501654254801">"Wi-Fi Calling"</string>
    <string name="notification_channel_sim" msgid="4052095493875188564">"SIM status"</string>
    <string name="notification_channel_sim_high_prio" msgid="1787666807724243207">"High priority SIM status"</string>
    <string name="peerTtyModeFull" msgid="6165351790010341421">"Peer requested TTY Mode FULL"</string>
    <string name="peerTtyModeHco" msgid="5728602160669216784">"Peer requested TTY Mode HCO"</string>
    <string name="peerTtyModeVco" msgid="1742404978686538049">"Peer requested TTY Mode VCO"</string>
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@
    <string name="notification_channel_voice_mail" msgid="3954099424160511919">"Voicemail messages"</string>
    <string name="notification_channel_wfc" msgid="2130802501654254801">"Wi-Fi calling"</string>
    <string name="notification_channel_sim" msgid="4052095493875188564">"SIM status"</string>
    <string name="notification_channel_sim_high_prio" msgid="1787666807724243207">"High priority SIM status"</string>
    <string name="peerTtyModeFull" msgid="6165351790010341421">"Peer requested TTY Mode FULL"</string>
    <string name="peerTtyModeHco" msgid="5728602160669216784">"Peer requested TTY Mode HCO"</string>
    <string name="peerTtyModeVco" msgid="1742404978686538049">"Peer requested TTY Mode VCO"</string>
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.settingslib.helputils">
    package="com.android.settingslib.widget">

</manifest>
+2 −2
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@ import android.view.Menu;
import android.view.MenuItem;
import android.view.MenuItem.OnMenuItemClickListener;

import com.android.settingslib.widget.R;

import java.net.URISyntaxException;
import java.util.Locale;

import com.android.settingslib.helputils.R;

/**
 * Functions to easily prepare contextual help menu option items with an intent that opens up the
 * browser to a particular URL, while taking into account the preferred language and app version.
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.settingslib.restrictedlockutils">
          package="com.android.settingslib.widget">

</manifest>
 No newline at end of file
Loading