Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Application/ | 03-May-2024 | - | 1,126 | 676 | ||
buildSrc/ | 03-May-2024 | - | 19 | 13 | ||
gradle/wrapper/ | 03-May-2024 | - | 7 | 6 | ||
CONTRIB.md | D | 03-May-2024 | 1.6 KiB | 36 | 27 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
README.md | D | 03-May-2024 | 2 KiB | 53 | 38 | |
build.gradle | D | 03-May-2024 | 254 | 15 | 9 | |
gradlew | D | 03-May-2024 | 5 KiB | 165 | 122 | |
gradlew.bat | D | 03-May-2024 | 2.3 KiB | 91 | 66 | |
packaging.yaml | D | 03-May-2024 | 489 | 16 | 10 | |
settings.gradle | D | 03-May-2024 | 22 | 2 | 1 | |
template-params.xml | D | 03-May-2024 | 1.4 KiB | 46 | 20 |
README.md
1Android BasicManagedProfile Sample 2============================== 3 4This sample demonstrates how to create a managed profile. You can also learn how to enable or 5disable other apps and how to set restrictions to them. Intents can be configured to be forwarded 6between primary account and managed profile. Finally, you can wipe all the data associated with the 7profile. Note that there can only be one managed profile on a device. 8 9Pre-requisites 10-------------- 11 12- Android SDK (L Developer Preview) 13- Android Build Tools v20 14- Android Support Repository 15 16Getting Started 17--------------- 18 19This sample uses the Gradle build system. To build this project, use the 20"gradlew build" command or use "Import Project" in Android Studio. 21 22Support 23------- 24 25- Google+ Community: https://plus.google.com/communities/105153134372062985968 26- Stack Overflow: http://stackoverflow.com/questions/tagged/android 27 28If you've found an error in this sample, please file an issue: 29https://github.com/googlesamples/android-BasicManagedProfile 30 31Patches are encouraged, and may be submitted by forking this project and 32submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. 33 34License 35------- 36 37Copyright 2014 The Android Open Source Project, Inc. 38 39Licensed to the Apache Software Foundation (ASF) under one or more contributor 40license agreements. See the NOTICE file distributed with this work for 41additional information regarding copyright ownership. The ASF licenses this 42file to you under the Apache License, Version 2.0 (the "License"); you may not 43use this file except in compliance with the License. You may obtain a copy of 44the License at 45 46 http://www.apache.org/licenses/LICENSE-2.0 47 48Unless required by applicable law or agreed to in writing, software 49distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 50WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 51License for the specific language governing permissions and limitations under 52the License. 53