Skip to content

Commit 2b1427a

Browse files
committed
Update README.md
1 parent f1f3a5d commit 2b1427a

File tree

1 file changed

+49
-51
lines changed

1 file changed

+49
-51
lines changed

README.md

+49-51
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,49 @@
1-
Test Device Policy Control (Test DPC) App
2-
=========================================
3-
4-
Test DPC is an app designed to help EMMs, ISVs, and OEMs to test their applications and platforms in a Android for Work managed profile (i.e. work profile). It serves as both a sample Device Policy Controller and a testing application to flex the APIs available for Android for Work. It supports devices running Android 5.0 Lollipop or later. As of May 18, 2016, it also supports devices running the Android N Developer Preview 3. If you are running Developer Preview 1 or 2, update your device so that it's running Developer Preview 3.
5-
6-
Pre-requisites
7-
--------------
8-
9-
- Android N Preview SDK
10-
- Android Build Tools v23.0.2
11-
- Android Support Repository
12-
13-
Getting Started
14-
---------------
15-
16-
This sample uses the Gradle build system. To build this project, use the "gradlew assemble" command or use "Import Project" in Android Studio.
17-
Please note that two apks will be generated when building this app: TestDPC\-standard\-\*.apk is the apk targeting devices Android 6.0 and below while TestDPC\-N\-\*.apk is targeting the Android N Developer Preview.
18-
19-
Screenshots
20-
------------
21-
22-
<img src="doc/setup.png" height="400" alt="Setup" title="Setup screen"/>
23-
<img src="doc/policy_management.png" height="400" alt="Policy Management" title="Home screen once the profile is setup" />
24-
<img src="doc/manage_app_restrictions.png" height="400" alt="Manage App Restrictions" title="Manage restrictions for apps in the work profile" />
25-
<img src="doc/work_profile_management.png" height="400" alt="Work Profile Management" title="Manage policies specific to the work profile" />
26-
<img src="doc/network_data_usage_stats.png" height="400" alt="Network Data Usage Stats" title="Analyze data usage for specific work apps or the entire profile" />
27-
28-
Known Issues
29-
------------
30-
31-
1. Not saving selected permitted input methods
32-
2. Not saving "Mute audio" setting
33-
3. TestDPC thinks it is running inside a managed profile when launched in secondary user
34-
35-
Support
36-
-------
37-
38-
If you've found an error in this sample, please file an issue:
39-
https://github.com/googlesamples/android-testdpc/issues
40-
41-
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.
42-
43-
License
44-
-------
45-
46-
Licensed under the Apache 2.0 license. See the LICENSE file for details.
47-
48-
How to make contributions?
49-
--------------------------
50-
51-
Please read and follow the steps in the CONTRIB file.
1+
Test Device Policy Control (Test DPC) App
2+
=========================================
3+
4+
Test DPC is an app designed to help EMMs, ISVs, and OEMs to test their applications and platforms in a Android for Work managed profile (i.e. work profile). It serves as both a sample Device Policy Controller and a testing application to flex the APIs available for Android for Work. It supports devices running Android 5.0 Lollipop or later. As of June 8, 2016, it also includes support for devices running API level 24.
5+
6+
Pre-requisites
7+
--------------
8+
9+
- Android N SDK
10+
- Android Build Tools v24.0.0
11+
- Android Support Repository
12+
13+
Getting Started
14+
---------------
15+
16+
This sample uses the Gradle build system. To build this project, use the "gradlew assemble" command or use "Import Project" in Android Studio.
17+
18+
Screenshots
19+
------------
20+
21+
<img src="doc/setup.png" height="400" alt="Setup" title="Setup screen"/>
22+
<img src="doc/policy_management.png" height="400" alt="Policy Management" title="Home screen once the profile is setup" />
23+
<img src="doc/manage_app_restrictions.png" height="400" alt="Manage App Restrictions" title="Manage restrictions for apps in the work profile" />
24+
<img src="doc/work_profile_management.png" height="400" alt="Work Profile Management" title="Manage policies specific to the work profile" />
25+
<img src="doc/network_data_usage_stats.png" height="400" alt="Network Data Usage Stats" title="Analyze data usage for specific work apps or the entire profile" />
26+
27+
Known Issues
28+
------------
29+
30+
1. Not displaying the toast when suspending an app
31+
2. Not saving "Mute audio" setting
32+
33+
Support
34+
-------
35+
36+
If you've found an error in this sample, please file an issue:
37+
https://github.com/googlesamples/android-testdpc/issues
38+
39+
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.
40+
41+
License
42+
-------
43+
44+
Licensed under the Apache 2.0 license. See the LICENSE file for details.
45+
46+
How to make contributions?
47+
--------------------------
48+
49+
Please read and follow the steps in the CONTRIB file.

0 commit comments

Comments
 (0)