Enable work tab in share sheet and intent resolver feature flag

Test: rigorous testing by my team, manual QA and myself
Fixes: 150937704
Change-Id: I025e0b64c7c12ecb8eb0290d8bb8c6f3b4f41dcd
This commit is contained in:
arangelov
2020-03-06 15:48:19 +00:00
committed by Antoan Angelov
parent 9ffb084059
commit 85974ed070

View File

@@ -163,7 +163,7 @@ public class ResolverActivity extends Activity implements
* TODO(arangelov): Remove a couple of weeks after work/personal tabs are finalized.
*/
@VisibleForTesting
public static boolean ENABLE_TABBED_VIEW = false;
public static boolean ENABLE_TABBED_VIEW = true;
private static final String TAB_TAG_PERSONAL = "personal";
private static final String TAB_TAG_WORK = "work";