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

Commit 641bc032 authored by Timi Rautamäki's avatar Timi Rautamäki
Browse files

lineage-sdk: add ATV button settings

Change-Id: I7d41e71301e480aef73c32af77c0eb78c9053b6d
parent 7a57f521
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/**
 * Copyright (c) 2016 The CyanogenMod Project
 *               2018 The LineageOS Project
 *               2018-2021 The LineageOS Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -74,4 +74,5 @@ public class LineageMetricsLogger extends MetricsLogger {
    public static final int TILE_AOD = BASE + 46;
    public static final int TILE_POWERSHARE = BASE + 47;
    public static final int TILE_ANTI_FLICKER = BASE + 48;
    public static final int SYSTEM_BUTTON_SETTINGS = BASE + 49;
}