Create & populate People Space activity
Populates an activity with a tile per "priority" conversation. To start
the activity run:
$ adb shell am start -n
com.android.systemui/com.android.systemui.people.PeopleSpaceActivity
Test: build and run
Change-Id: Ie75382306c002c0dbabf807d61f08851a0995f8b
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 505ef7a..df4a41d 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -572,6 +572,13 @@
</intent-filter>
</activity>
+ <!-- People Space UI Screen -->
+ <activity
+ android:name=".people.PeopleSpaceActivity"
+ android:exported="true"
+ android:theme="@android:style/Theme.Material.NoActionBar">
+ </activity>
+
<!-- a gallery of delicious treats -->
<service
android:name=".DessertCaseDream"