Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(898)

Side by Side Diff: tools/android/push_apps_to_background/res/values/strings.xml

Issue 1744423002: Add an Android sample app for Telemetry tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated gn_migration.gypi Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6
7 <resources>
8 <string name="app_name">Push Apps To Background</string>
9 <string name="push_apps_to_background_message">
10 "<b>What is my purpose?</b>\n
11 <i>You push apps to the background.</i>\n
12 <b>Oh my God</b>."
13 </string>
14 <string name="title_activity_push_apps_to_background">Push Apps To Backgroun d</string>
15 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698