Merge "Updating dialtacts to new package."
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ APPLICATION_COMPONENTS = [
|
||||
"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():
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user