Removing flag overrides. All flags should be defined as togglable flags instead.

Change-Id: Ia7b9ff84413096cd5b0c4a9a81a232019f2522d2
This commit is contained in:
Sunny Goyal
2019-09-11 16:51:50 -07:00
parent dc5d27c44e
commit 3e3d759db2
25 changed files with 94 additions and 156 deletions

View File

@@ -18,4 +18,5 @@ package com.android.launcher3;
public final class BuildConfig {
public static final String APPLICATION_ID = "com.android.launcher3";
public static final boolean DEBUG = false;
}