Loading AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ <activity android:name=".quickcontact.QuickContactActivity" android:label="@string/launcherActivityLabel" android:label="@string/quickContactActivityLabel" android:theme="@style/Theme.QuickContact" android:launchMode="singleTop" android:excludeFromRecents="true" Loading Loading @@ -345,7 +345,7 @@ <!-- Edit or create a contact with only the most important fields displayed initially. --> <activity android:name=".activities.CompactContactEditorActivity" android:label="@string/launcherActivityLabel" android:label="@string/editContactActivityLabel" android:theme="@style/EditorActivityTheme" android:windowSoftInputMode="stateHidden|adjustResize"> Loading @@ -368,7 +368,7 @@ <!-- Edit or create a contact with all fields displayed. --> <activity android:name=".activities.ContactEditorActivity" android:label="@string/launcherActivityLabel" android:label="@string/editContactActivityLabel" android:theme="@style/EditorActivityTheme" android:windowSoftInputMode="stateHidden|adjustResize" android:exported="false"> Loading res/values/strings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ used in the Launcher icon. --> <string name="launcherActivityLabel">Contacts</string> <!-- Title for Quick Contact activity. --> <string name="quickContactActivityLabel">View Contact</string> <!-- Title for Edit Contact activity. --> <string name="editContactActivityLabel">Edit Contact</string> <!-- Directory partition name --> <string name="contactsList">Contacts</string> Loading Loading
AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ <activity android:name=".quickcontact.QuickContactActivity" android:label="@string/launcherActivityLabel" android:label="@string/quickContactActivityLabel" android:theme="@style/Theme.QuickContact" android:launchMode="singleTop" android:excludeFromRecents="true" Loading Loading @@ -345,7 +345,7 @@ <!-- Edit or create a contact with only the most important fields displayed initially. --> <activity android:name=".activities.CompactContactEditorActivity" android:label="@string/launcherActivityLabel" android:label="@string/editContactActivityLabel" android:theme="@style/EditorActivityTheme" android:windowSoftInputMode="stateHidden|adjustResize"> Loading @@ -368,7 +368,7 @@ <!-- Edit or create a contact with all fields displayed. --> <activity android:name=".activities.ContactEditorActivity" android:label="@string/launcherActivityLabel" android:label="@string/editContactActivityLabel" android:theme="@style/EditorActivityTheme" android:windowSoftInputMode="stateHidden|adjustResize" android:exported="false"> Loading
res/values/strings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ used in the Launcher icon. --> <string name="launcherActivityLabel">Contacts</string> <!-- Title for Quick Contact activity. --> <string name="quickContactActivityLabel">View Contact</string> <!-- Title for Edit Contact activity. --> <string name="editContactActivityLabel">Edit Contact</string> <!-- Directory partition name --> <string name="contactsList">Contacts</string> Loading