Use framework API to get local contacts account

Test: built the app and manually verified that the local account
is available when no google account is present but is hidden when a
google account is added and it has not contacts.

Bug: 155985097

Change-Id: I7d15c10ce154aabf6d6ced06459c49ac4a7e5053
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bc37284..58e1ba5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.android.contacts"
-          android:versionCode="10732"
-          android:versionName="1.7.32">
+          android:versionCode="10733"
+          android:versionName="1.7.33">
 
     <uses-sdk
         android:minSdkVersion="21"