Skip to content

Commit 4d9c106

Browse files
authored
Merge pull request #20 from free-bots/bugfix/shortcut-root-check
fixed missing root check
2 parents 41902ff + 4708962 commit 4d9c106

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

app/src/main/res/xml/shortcuts.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
android:shortcutShortLabel="@string/show_variables"
88
android:shortcutLongLabel="@string/show_variables_sum"
99
tools:targetApi="n_mr1">
10-
<intent
11-
android:action="android.intent.action.VIEW"
12-
android:targetPackage="com.androidvip.sysctlgui"
13-
android:targetClass="com.androidvip.sysctlgui.ui.MainActivity" />
1410
<intent
1511
android:action="KernelParamsListActivity"
1612
android:targetPackage="com.androidvip.sysctlgui"
@@ -25,10 +21,6 @@
2521
android:shortcutShortLabel="@string/browse_variables"
2622
android:shortcutLongLabel="@string/browse_variables_sum"
2723
tools:targetApi="n_mr1">
28-
<intent
29-
android:action="android.intent.action.VIEW"
30-
android:targetPackage="com.androidvip.sysctlgui"
31-
android:targetClass="com.androidvip.sysctlgui.ui.MainActivity" />
3224
<intent
3325
android:action="KernelParamBrowserActivity"
3426
android:targetPackage="com.androidvip.sysctlgui"
@@ -43,10 +35,6 @@
4335
android:shortcutShortLabel="@string/settings"
4436
android:shortcutLongLabel="@string/settings"
4537
tools:targetApi="n_mr1">
46-
<intent
47-
android:action="android.intent.action.VIEW"
48-
android:targetPackage="com.androidvip.sysctlgui"
49-
android:targetClass="com.androidvip.sysctlgui.ui.MainActivity" />
5038
<intent
5139
android:action="SettingsActivity"
5240
android:targetPackage="com.androidvip.sysctlgui"

0 commit comments

Comments
 (0)