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

Commit 8f9d34cb authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

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

Test: presubmit setup on source branch

Bug: 130289146 Create a Gradle build for SystemUI
Bug: 136279712 Daggerize FalsingManager
Bug: 137324767 "Unable to instantiate service com.android.systemui.doze.DozeService" exception breaks launcher tests
Bug: 137563419 Remove Bouncer reveal delay from bypass flow
Bug: 138787339 Allow Services and Activities to be injected into directly.
Bug: 139128921 [AS 3.5 RC2, SDK API 29 rev 2] Overload resolution ambiguity: while removing element from HashMap
Bug: 64712476 Import translations for dev branches


Change-Id: Ib7fd4706c070907fd556c3532957f3b1b046de6d
parent 09809a3d
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