Merge "Update icon and string for new device intro suggestion" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0dc85bcc1e
@@ -798,7 +798,7 @@
|
||||
|
||||
<activity android:name=".support.NewDeviceIntroSuggestionActivity"
|
||||
android:label="@string/new_device_suggestion_title"
|
||||
android:icon="@drawable/ic_new_releases_24dp"
|
||||
android:icon="@drawable/ic_new_device_suggestion_24dp"
|
||||
android:theme="@android:style/Theme.NoDisplay">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@@ -9029,7 +9029,13 @@
|
||||
<string name="new_device_suggestion_title">What\'s new and exciting?</string>
|
||||
|
||||
<!-- Summary label for new device suggestion, which is displayed in Settings homepage [CHAR LIMIT=100] -->
|
||||
<string name="new_device_suggestion_summary">Check out the top 5 features</string>
|
||||
<string name="new_device_suggestion_summary" product="default">Take a tour of your new phone</string>
|
||||
|
||||
<!-- Summary label for new device suggestion, which is displayed in Settings homepage [CHAR LIMIT=100] -->
|
||||
<string name="new_device_suggestion_summary" product="tablet">Take a tour of your new tablet</string>
|
||||
|
||||
<!-- Summary label for new device suggestion, which is displayed in Settings homepage [CHAR LIMIT=100] -->
|
||||
<string name="new_device_suggestion_summary" product="device">Take a tour of your new device</string>
|
||||
|
||||
<!-- The divider symbol between different parts of the notification header including spaces. not translatable [CHAR LIMIT=3] -->
|
||||
<string name="notification_header_divider_symbol_with_spaces" translatable="false">" • "</string>
|
||||
|
Reference in New Issue
Block a user