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

Side by Side Diff: demos/src/main/AndroidManifest.xml

Issue 1750963002: Update demo with features from support lib 23.2.0 (Closed) Base URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client@master
Patch Set: 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 2 <!--
3 Copyright 2015 Google Inc. All Rights Reserved. 3 Copyright 2015 Google Inc. All Rights Reserved.
4 4
5 Licensed under the Apache License, Version 2.0 (the "License"); 5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License. 6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at 7 You may obtain a copy of the License at
8 8
9 http://www.apache.org/licenses/LICENSE-2.0 9 http://www.apache.org/licenses/LICENSE-2.0
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 android:value=".DemoListActivity" /> 64 android:value=".DemoListActivity" />
65 </activity> 65 </activity>
66 <activity 66 <activity
67 android:name=".ServiceConnectionActivity" 67 android:name=".ServiceConnectionActivity"
68 android:label="@string/title_activity_service_connection" 68 android:label="@string/title_activity_service_connection"
69 android:parentActivityName=".DemoListActivity" > 69 android:parentActivityName=".DemoListActivity" >
70 <meta-data 70 <meta-data
71 android:name="android.support.PARENT_ACTIVITY" 71 android:name="android.support.PARENT_ACTIVITY"
72 android:value=".DemoListActivity" /> 72 android:value=".DemoListActivity" />
73 </activity> 73 </activity>
74 <receiver android:name=".ShareBroadcastReceiver" /> 74 <receiver android:name=".ActionBroadcastReceiver" />
75 </application> 75 </application>
76 76
77 </manifest> 77 </manifest>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698