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

Commit 5e7940b6 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

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

am: 1081450d

Change-Id: I07ab578931605dad256e427625c0dacc8265c40b
parents 979d8512 1081450d
Loading
Loading
Loading
Loading
+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
+1 −13
Original line number Diff line number Diff line
@@ -71,10 +71,6 @@ android_library {
        "telephony-common",
    ],

    aaptflags: [
        "--extra-packages",
        "com.android.keyguard",
    ],
    kotlincflags: ["-Xjvm-default=enable"],

    plugins: ["dagger2-compiler-2.19"],
@@ -132,7 +128,7 @@ android_library {
    kotlincflags: ["-Xjvm-default=enable"],
    aaptflags: [
        "--extra-packages",
        "com.android.keyguard:com.android.systemui",
        "com.android.systemui",
    ],
    plugins: ["dagger2-compiler-2.19"],
}
@@ -160,10 +156,6 @@ android_app {
    kotlincflags: ["-Xjvm-default=enable"],

    dxflags: ["--multi-dex"],
    aaptflags: [
        "--extra-packages",
        "com.android.keyguard",
    ],
    required: ["privapp_whitelist_com.android.systemui"],

}
@@ -180,10 +172,6 @@ android_app {
    privileged: true,

    dxflags: ["--multi-dex"],
    aaptflags: [
        "--extra-packages",
        "com.android.keyguard",
    ],
    optimize: {
        proguard_flags_files: ["proguard.flags", "legacy/recents/proguard.flags"],
    },
+0 −2
Original line number Diff line number Diff line
@@ -273,7 +273,6 @@

    <!-- SystemUI Services: The classes of the stuff to start. -->
    <string-array name="config_systemUIServiceComponents" translatable="false">
        <item>com.android.systemui.Dependency$DependencyCreator</item>
        <item>com.android.systemui.util.NotificationChannels</item>
        <item>com.android.systemui.statusbar.CommandQueue$CommandQueueStart</item>
        <item>com.android.systemui.keyguard.KeyguardViewMediator</item>
@@ -304,7 +303,6 @@

    <!-- SystemUI Services (per user): The classes of the stuff to start for each user. This is a subset of the config_systemUIServiceComponents -->
    <string-array name="config_systemUIServiceComponentsPerUser" translatable="false">
        <item>com.android.systemui.Dependency$DependencyCreator</item>
        <item>com.android.systemui.util.NotificationChannels</item>
    </string-array>

Loading