Skip to content

Commit

Permalink
Updating dialtacts to new package.
Browse files Browse the repository at this point in the history
Bug: 6993891
Change-Id: Ibe0ba3b09b5aaa607e36e601e32572b6f0a94b89
  • Loading branch information
Chiao Cheng committed Aug 21, 2012
1 parent 9d3bdf1 commit f043f80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fill_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"com.android.settings/com.android.settings.Settings",
"com.android.mms/com.android.mms.ui.ConversationList",
"com.android.contacts/com.android.contacts.activities.PeopleActivity",
"com.android.contacts/com.android.contacts.activities.DialtactsActivity"
"com.android.dialer/com.android.dialer.DialtactsActivity"
]

def usage():
Expand Down
4 changes: 2 additions & 2 deletions res/xml-sw600dp/default_workspace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@

<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
<favorite
launcher:packageName="com.android.contacts"
launcher:className="com.android.contacts.activities.DialtactsActivity"
launcher:packageName="com.android.dialer"
launcher:className="com.android.dialer.DialtactsActivity"
launcher:container="-101"
launcher:screen="1"
launcher:x="1"
Expand Down
4 changes: 2 additions & 2 deletions res/xml/default_workspace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@

<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
<favorite
launcher:packageName="com.android.contacts"
launcher:className="com.android.contacts.activities.DialtactsActivity"
launcher:packageName="com.android.dialer"
launcher:className="com.android.dialer.DialtactsActivity"
launcher:container="-101"
launcher:screen="0"
launcher:x="0"
Expand Down
4 changes: 2 additions & 2 deletions res/xml/update_workspace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
package name. -->
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
<favorite
launcher:packageName="com.android.contacts"
launcher:className="com.android.contacts.activities.DialtactsActivity"
launcher:packageName="com.android.dialer"
launcher:className="com.android.dialer.DialtactsActivity"
launcher:container="-101"
launcher:screen="0"
launcher:x="0"
Expand Down

0 comments on commit f043f80

Please sign in to comment.