Loading AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" /> <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" /> <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" /> <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> <!-- allow broadcasting secret code intents that reboot the phone --> <uses-permission android:name="android.permission.REBOOT" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> Loading res/menu-sw580dp-w720dp/view_contact.xml +4 −0 Original line number Diff line number Diff line Loading @@ -31,4 +31,8 @@ android:id="@+id/menu_delete" android:title="@string/menu_deleteContact" /> <item android:id="@+id/menu_create_contact_shortcut" android:title="@string/menu_create_contact_shortcut" /> </menu> res/menu-sw580dp/view_contact.xml +4 −0 Original line number Diff line number Diff line Loading @@ -30,4 +30,8 @@ android:id="@+id/menu_delete" android:title="@string/menu_deleteContact" /> <item android:id="@+id/menu_create_contact_shortcut" android:title="@string/menu_create_contact_shortcut" /> </menu> res/menu/view_contact.xml +4 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,8 @@ android:id="@+id/menu_send_to_voicemail" android:checkable="true" android:title="@string/menu_redirect_calls_to_vm" /> <item android:id="@+id/menu_create_contact_shortcut" android:title="@string/menu_create_contact_shortcut" /> </menu> res/values/strings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,9 @@ <!-- Menu item used to delete a specific contact --> <string name="menu_deleteContact">Delete</string> <!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] --> <string name="menu_create_contact_shortcut">Place on Home screen</string> <!-- Menu item used to call a specific contact when viewing the details of that contact. --> <string name="menu_call">Call contact</string> Loading Loading @@ -206,6 +209,9 @@ for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> <string name="invalidContactMessage">The contact doesn\'t exist.</string> <!-- Message displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> <string name="createContactShortcutSuccessful">Contact widget added to Home screen.</string> <!-- When picking a contact from a list of all contacts there is an entry at the top of the list that allows the user to create a new contact, which this string is used for --> <string name="pickerNewContactHeader">Create new contact</string> Loading Loading
AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" /> <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" /> <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" /> <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> <!-- allow broadcasting secret code intents that reboot the phone --> <uses-permission android:name="android.permission.REBOOT" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> Loading
res/menu-sw580dp-w720dp/view_contact.xml +4 −0 Original line number Diff line number Diff line Loading @@ -31,4 +31,8 @@ android:id="@+id/menu_delete" android:title="@string/menu_deleteContact" /> <item android:id="@+id/menu_create_contact_shortcut" android:title="@string/menu_create_contact_shortcut" /> </menu>
res/menu-sw580dp/view_contact.xml +4 −0 Original line number Diff line number Diff line Loading @@ -30,4 +30,8 @@ android:id="@+id/menu_delete" android:title="@string/menu_deleteContact" /> <item android:id="@+id/menu_create_contact_shortcut" android:title="@string/menu_create_contact_shortcut" /> </menu>
res/menu/view_contact.xml +4 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,8 @@ android:id="@+id/menu_send_to_voicemail" android:checkable="true" android:title="@string/menu_redirect_calls_to_vm" /> <item android:id="@+id/menu_create_contact_shortcut" android:title="@string/menu_create_contact_shortcut" /> </menu>
res/values/strings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,9 @@ <!-- Menu item used to delete a specific contact --> <string name="menu_deleteContact">Delete</string> <!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] --> <string name="menu_create_contact_shortcut">Place on Home screen</string> <!-- Menu item used to call a specific contact when viewing the details of that contact. --> <string name="menu_call">Call contact</string> Loading Loading @@ -206,6 +209,9 @@ for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> <string name="invalidContactMessage">The contact doesn\'t exist.</string> <!-- Message displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> <string name="createContactShortcutSuccessful">Contact widget added to Home screen.</string> <!-- When picking a contact from a list of all contacts there is an entry at the top of the list that allows the user to create a new contact, which this string is used for --> <string name="pickerNewContactHeader">Create new contact</string> Loading