Merge "Update icon and string for new device intro suggestion" into oc-mr1-dev am: 0dc85bcc1e

am: 1e61f91d7b

Change-Id: I5610152c59889196124ff728e2607de764047e08
This commit is contained in:
Fan Zhang
2017-08-10 02:31:39 +00:00
committed by android-build-merger
3 changed files with 8 additions and 2 deletions

View File

@@ -799,7 +799,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" />

View File

@@ -9028,7 +9028,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>