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

Commit e2376d42 authored by Dan Sandler's avatar Dan Sandler Committed by Android Build Coastguard Worker
Browse files

DO NOT SUBMIT: Don't ever show the build number.

(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:252407fd77fcb126834be02233b799b230ee2c6e)
Merged-In: I28e35f8686a66b6eb76f3a09a163c6873ca23ba0
Change-Id: I28e35f8686a66b6eb76f3a09a163c6873ca23ba0
parent 0ce33f0c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ import com.android.systemui.R;
 * {@link FooterActionsView}
 */
public class QSFooterView extends FrameLayout {
    private static final boolean SHOW_BUILD = false;

    private PageIndicator mPageIndicator;
    private TextView mBuildText;
    private View mEditButton;
@@ -84,7 +86,7 @@ public class QSFooterView extends FrameLayout {
    }

    private void setBuildText() {
        if (mBuildText == null) return;
        if (!SHOW_BUILD || mBuildText == null) return;
        if (DevelopmentSettingsEnabler.isDevelopmentSettingsEnabled(mContext)) {
            mBuildText.setText(mContext.getString(
                    com.android.internal.R.string.bugreport_status,