Update the flag for the fix related to the profile user issues
Bug: 326270861
Test: atest TelecomUnitTests:InCallControllerTests
Change-Id: Ie943bc84010613314dc8ce74a2ce1e2647d80ffe
diff --git a/flags/Android.bp b/flags/Android.bp
index 3497db8..b089796 100644
--- a/flags/Android.bp
+++ b/flags/Android.bp
@@ -39,5 +39,6 @@
"telecom_bluetoothroutemanager_flags.aconfig",
"telecom_work_profile_flags.aconfig",
"telecom_connection_service_wrapper_flags.aconfig",
+ "telecom_profile_user_flags.aconfig",
],
}
diff --git a/flags/telecom_profile_user_flags.aconfig b/flags/telecom_profile_user_flags.aconfig
new file mode 100644
index 0000000..c046de8
--- /dev/null
+++ b/flags/telecom_profile_user_flags.aconfig
@@ -0,0 +1,12 @@
+package: "com.android.server.telecom.flags"
+container: "system"
+
+flag {
+ name: "profile_user_support"
+ namespace: "telecom"
+ description: "Fix issues related to the profile user like private profile"
+ bug: "326270861"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}