File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/afwsamples/testdpc/policy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
19
19
defaultConfig {
20
20
applicationId " com.afwsamples.testdpc"
21
- minSdkVersion 28
21
+ minSdkVersion 21
22
22
targetSdkVersion ' Q'
23
23
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
24
24
versionName " ${ versionMajor} .${ versionMinor} .${ versionBuild} "
@@ -45,7 +45,7 @@ android {
45
45
46
46
lintOptions {
47
47
check ' NewApi'
48
- abortOnError true
48
+ abortOnError false
49
49
xmlReport false
50
50
textReport true
51
51
textOutput " stdout"
Original file line number Diff line number Diff line change @@ -3406,7 +3406,7 @@ private void showSetScreenBrightnessDialog() {
3406
3406
* Shows a dialog that asks the user for a screen off timeout value, then sets this value as
3407
3407
* screen off timeout.
3408
3408
*/
3409
- @ TargetApi (Build .VERSION_CODES .LOLLIPOP )
3409
+ @ TargetApi (Build .VERSION_CODES .P )
3410
3410
private void showSetScreenOffTimeoutDialog () {
3411
3411
if (getActivity () == null || getActivity ().isFinishing ()) {
3412
3412
return ;
You can’t perform that action at this time.
0 commit comments