Navigating to the People App
Finally, to navigate to the user profile in the new People app that comes with Android 4, simply create an Intent with an ActionView action and a ContactsContract.Profile.ContentUri, and pass it to the StartActivity method like this:
When running the above code, the People app will load to the user profile, as shown in the following screenshot:
Working with the user profile is now similar to interacting with other data in Android, and offers an additional level of device personalization.