Create an utils for embedding activity feature
This is an utility class to access relevant embedding activity feature
supported by Settings.
Bug: 201722672
Test: manual test
1) Run the apk built with this utils, and check some features work well
on large screen
Change-Id: I9f2a1fff57632ca2841b61a862f107d7df735247
diff --git a/packages/SettingsLib/Android.bp b/packages/SettingsLib/Android.bp
index a65bf41..7560c41 100644
--- a/packages/SettingsLib/Android.bp
+++ b/packages/SettingsLib/Android.bp
@@ -73,6 +73,7 @@
"SettingsLibCollapsingToolbarBaseActivity",
"SettingsLibTwoTargetPreference",
"SettingsLibSettingsTransition",
+ "SettingsLibActivityEmbedding",
],
}