File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 7
7
// exactly 1 digit
8
8
versionMinor = 0
9
9
// exactly 2 digits
10
- versionBuild = 01
10
+ versionBuild = 02
11
11
}
12
12
13
13
android {
Original file line number Diff line number Diff line change 137
137
</receiver >
138
138
139
139
<receiver android : name =" .policy.resetpassword.ResetPasswordService$LockedBootCompletedReceiver"
140
- android : directBootAware =" true" >
140
+ android : enabled =" @bool/is_o_or_later"
141
+ android : directBootAware =" true" >
141
142
<intent-filter >
142
143
<action android : name =" android.intent.action.LOCKED_BOOT_COMPLETED" />
143
144
</intent-filter >
144
145
</receiver >
145
146
146
147
<service android : name =" .policy.resetpassword.ResetPasswordService"
147
- android : directBootAware =" true" >
148
+ android : enabled =" @bool/is_o_or_later"
149
+ android : directBootAware =" true" >
148
150
</service >
149
151
150
152
<provider
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+ <bool name =" is_o_or_later" >true</bool >
4
+ </resources >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+ <bool name =" is_o_or_later" >false</bool >
4
+ </resources >
5
+
You can’t perform that action at this time.
0 commit comments