Home | History | Annotate | only in /developers/build/prebuilts/gradle/JobScheduler
Up to higher level directory
NameDateSize
.google/06-Dec-2016
Application/06-Dec-2016
build.gradle06-Dec-201614
CONTRIB.md06-Dec-20161.6K
CONTRIBUTING.md06-Dec-20161.5K
gradle/06-Dec-2016
gradlew06-Dec-20165K
gradlew.bat06-Dec-20162.3K
LICENSE06-Dec-201631.5K
packaging.yaml06-Dec-2016480
README.md06-Dec-20161.7K
README.txt06-Dec-2016514
settings.gradle06-Dec-201622

README.md

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

README.txt

      1 Build Instructions
      2 -------------------
      3 
      4 This sample uses the Gradle build system. To build this project, use the
      5 "gradlew build" command or use "Import Project" in Android Studio.
      6 
      7 To see a list of all available commands, run "gradlew tasks".
      8 
      9 Dependencies
     10 -------------
     11 
     12 - Android SDK Build-tools v20.0.0
     13 - Android Support Repository v2
     14 
     15 Dependencies are available for download via the Android SDK Manager.
     16 
     17 Android Studio is available for download at:
     18     http://developer.android.com/sdk/installing/studio.html
     19