We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfc7031 + dfe62cb commit b2a8be5Copy full SHA for b2a8be5
app/src/main/java/com/afwsamples/testdpc/policy/UserRestrictionsDisplayFragment.java
@@ -145,8 +145,7 @@ private void constrainPerferences() {
145
}
146
for (String restriction: UserRestriction.PIC_PLUS_RESTRICTIONS) {
147
DpcPreferenceBase pref = (DpcPreferenceBase) findPreference(restriction);
148
- // TODO: Replace the following version code with P when ready
149
- pref.setMinSdkVersion(Build.VERSION_CODES.CUR_DEVELOPMENT);
+ pref.setMinSdkVersion(Build.VERSION_CODES.P);
150
151
for (String restriction : UserRestriction.PRIMARY_USER_ONLY_RESTRICTIONS) {
152
0 commit comments