File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/webileapps/safeguard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = ' com.github.webileapps'
7
- version = ' 0.2.6 '
7
+ version = ' 0.2.7 '
8
8
9
9
android {
10
10
namespace ' com.webileapps.safeguard'
@@ -57,7 +57,7 @@ afterEvaluate {
57
57
58
58
groupId = ' com.github.webileapps'
59
59
artifactId = ' safeguard'
60
- version = ' 0.2.6 '
60
+ version = ' 0.2.7 '
61
61
62
62
pom {
63
63
name = ' Safeguard'
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ public SecurityCheck checkDeveloperOptions() {
490
490
) != 0 ;
491
491
492
492
if (developerMode ) {
493
- return createDevOptionsResponse (activity .getString (R .string .developer_options_warning ));
493
+ return createDevOptionsResponse (context .getString (R .string .developer_options_warning ));
494
494
}
495
495
} catch (Settings .SettingNotFoundException e ) {
496
496
e .printStackTrace ();
You can’t perform that action at this time.
0 commit comments