Remove about preference in GoogleContacts
Bug: 30105414
Test: Open Contacts app and check that settings has About Contacts
section.
Test: Open GoogleContacts app and check that settings has no About
Contacts.
Change-Id: I24ec035be378a441e7dcdf6c495034cc6eda73d4
diff --git a/AndroidManifest_common.xml b/AndroidManifest_common.xml
index 8fc97ac..a6bc77e 100644
--- a/AndroidManifest_common.xml
+++ b/AndroidManifest_common.xml
@@ -222,7 +222,7 @@
<activity android:name=".common.activity.LicenseActivity"
android:label="@string/activity_title_licenses"
android:theme="@style/ContactsPreferencesTheme"
- android:exported="false" />
+ android:exported="true" />
<!-- Used to filter contacts list by account -->
<activity