Loading src/com/android/documentsui/base/Features.java +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ public interface Features { /** * Temporary compile-time feature flag to enable in-app cross-profile browsing for some intent. */ boolean CROSS_PROFILE_TABS = false; boolean CROSS_PROFILE_TABS = true; boolean isArchiveCreationEnabled(); boolean isCommandInterceptorEnabled(); Loading Loading
src/com/android/documentsui/base/Features.java +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ public interface Features { /** * Temporary compile-time feature flag to enable in-app cross-profile browsing for some intent. */ boolean CROSS_PROFILE_TABS = false; boolean CROSS_PROFILE_TABS = true; boolean isArchiveCreationEnabled(); boolean isCommandInterceptorEnabled(); Loading