Rename editor files
Drop the Compact prefix since we only have one editor now.
Remove KindSectionDataList since it's now unused.
Test:
Tested build
Bug: 31088704
Change-Id: Ia5ac295804a14f79d0c837b151e33aabc60aa3d0
diff --git a/res-aosp/xml/shortcuts.xml b/res-aosp/xml/shortcuts.xml
index 35d15e7..f28da68 100644
--- a/res-aosp/xml/shortcuts.xml
+++ b/res-aosp/xml/shortcuts.xml
@@ -24,6 +24,6 @@
android:action="android.intent.action.INSERT"
android:data="content://com.android.contacts/contacts"
android:targetPackage="com.android.contacts"
- android:targetClass="com.android.contacts.activities.CompactContactEditorActivity"/>
+ android:targetClass="com.android.contacts.activities.ContactEditorActivity"/>
</shortcut>
</shortcuts>