Add showInstantApps to AppListPage

Default false, which hide the instant apps from App List.

Also setup the SpaPrivilegedLibTests.

Bug: 235727273
Test: Manual with Settings App
Change-Id: I0d3dafc5c61b7b8d69cee972bd5f985d8b99ca10
diff --git a/packages/SettingsLib/SpaPrivileged/Android.bp b/packages/SettingsLib/SpaPrivileged/Android.bp
index 082ce97..e7e37e4 100644
--- a/packages/SettingsLib/SpaPrivileged/Android.bp
+++ b/packages/SettingsLib/SpaPrivileged/Android.bp
@@ -45,3 +45,9 @@
         "-J-Xmx4G",
     ],
 }
+
+// Expose the srcs to tests, so the tests can access the internal classes.
+filegroup {
+    name: "SpaPrivilegedLib_srcs",
+    srcs: ["src/**/*.kt"],
+}