am 64ce9511: am 4cc332ac: Workaround for generating QSB icon press states. (Bug 7132477)
* commit '64ce9511888de9f42efe5561068d02eaf7c7df9b':
Workaround for generating QSB icon press states. (Bug 7132477)
diff --git a/fill_screens.py b/fill_screens.py
index 5841b8e..a887792 100755
--- a/fill_screens.py
+++ b/fill_screens.py
@@ -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():
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 7e29730..a049d2e 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -61,7 +61,7 @@
<string name="accessibility_voice_search_button" msgid="3938249215065842475">"音声検索"</string>
<string name="accessibility_all_apps_button" msgid="8803738611398979849">"アプリ"</string>
<string name="accessibility_delete_button" msgid="3628162007991023603">"削除"</string>
- <string name="delete_zone_label_all_apps_system_app" msgid="3683920959591819044">"アップデートをアンインストール"</string>
+ <string name="delete_zone_label_all_apps_system_app" msgid="3683920959591819044">"アップデートを削除"</string>
<string name="menu_add" msgid="3065046628354640854">"追加"</string>
<string name="menu_manage_apps" msgid="2308685199463588895">"アプリの管理"</string>
<string name="menu_wallpaper" msgid="5837429080911269832">"壁紙"</string>
diff --git a/res/xml-sw600dp/default_workspace.xml b/res/xml-sw600dp/default_workspace.xml
index 3afb3b7..0537169 100644
--- a/res/xml-sw600dp/default_workspace.xml
+++ b/res/xml-sw600dp/default_workspace.xml
@@ -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"
diff --git a/res/xml/default_workspace.xml b/res/xml/default_workspace.xml
index f2f4240..93338d3 100644
--- a/res/xml/default_workspace.xml
+++ b/res/xml/default_workspace.xml
@@ -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"
diff --git a/res/xml/update_workspace.xml b/res/xml/update_workspace.xml
index 44a3f9e..ba35b15 100644
--- a/res/xml/update_workspace.xml
+++ b/res/xml/update_workspace.xml
@@ -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"