• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Application/22-Nov-2023-4,2773,189

buildSrc/22-Nov-2023-1913

gradle/wrapper/22-Nov-2023-76

CONTRIB.mdD22-Nov-20231.6 KiB3627

LICENSED22-Nov-202331.5 KiB648514

README.mdD22-Nov-20231.6 KiB5135

build.gradleD22-Nov-2023254 159

gradlewD22-Nov-20235 KiB165122

gradlew.batD22-Nov-20232.3 KiB9166

packaging.yamlD22-Nov-2023483 1610

settings.gradleD22-Nov-202322 21

template-params.xmlD22-Nov-20231.1 KiB4315

README.md

1
2Android MediaRouter Sample
3===================================
4
5Demonstrates how to create a custom media route provider.
6
7Pre-requisites
8--------------
9
10- Android SDK v23
11- Android Build Tools v23.0.0
12- Android Support Repository
13
14Getting Started
15---------------
16
17This sample uses the Gradle build system. To build this project, use the
18"gradlew build" command or use "Import Project" in Android Studio.
19
20Support
21-------
22
23- Google+ Community: https://plus.google.com/communities/105153134372062985968
24- Stack Overflow: http://stackoverflow.com/questions/tagged/android
25
26If you've found an error in this sample, please file an issue:
27https://github.com/googlesamples/android-MediaRouter
28
29Patches are encouraged, and may be submitted by forking this project and
30submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
31
32License
33-------
34
35Copyright 2014 The Android Open Source Project, Inc.
36
37Licensed to the Apache Software Foundation (ASF) under one or more contributor
38license agreements.  See the NOTICE file distributed with this work for
39additional information regarding copyright ownership.  The ASF licenses this
40file to you under the Apache License, Version 2.0 (the "License"); you may not
41use this file except in compliance with the License.  You may obtain a copy of
42the License at
43
44http://www.apache.org/licenses/LICENSE-2.0
45
46Unless required by applicable law or agreed to in writing, software
47distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
48WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
49License for the specific language governing permissions and limitations under
50the License.
51