Commit 325a6f7 1 parent cf5bb69 commit 325a6f7 Copy full SHA for 325a6f7
File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 98
98
99
99
<activity
100
100
android : name =" .app.activities.SettingsActivity"
101
+ android : exported =" true"
101
102
android : label =" @string/title_activity_termux_settings"
102
103
android : theme =" @style/Theme.AppCompat.Light.DarkActionBar" />
103
104
Original file line number Diff line number Diff line change 9
9
need to be manually patched since dot (.) prefix does not work to automatically prefix the
10
10
package name.
11
11
-->
12
+
12
13
<shortcut
13
14
android : shortcutId =" new_session"
14
15
android : enabled =" true"
18
19
<intent
19
20
android : action =" android.intent.action.RUN"
20
21
android : targetPackage =" com.termux"
21
- android : targetClass =" com.termux.app.TermuxActivity" />
22
+ android : targetClass =" com.termux.app.TermuxActivity"
23
+ android : name =" android.shortcut.conversation" />
22
24
</shortcut >
23
25
24
26
<shortcut
30
32
<intent
31
33
android : action =" android.intent.action.RUN"
32
34
android : targetPackage =" com.termux"
33
- android : targetClass =" com.termux.app.TermuxActivity" >
34
- <extra android : name =" com.termux.app.failsafe_session" android : value =" true" />
35
+ android : targetClass =" com.termux.app.TermuxActivity"
36
+ android : name =" android.shortcut.conversation" >
37
+ <extra android : name =" com.termux.app.failsafe_session" android : value =" true" />
35
38
</intent >
36
39
</shortcut >
37
40
42
45
android : shortcutShortLabel =" @string/action_open_settings"
43
46
tools : targetApi =" n_mr1" >
44
47
<intent
45
- android : action =" android.intent.action.RUN "
48
+ android : action =" android.intent.action.VIEW "
46
49
android : targetPackage =" com.termux"
47
- android : targetClass =" com.termux.app.activities.SettingsActivity" />
50
+ android : targetClass =" com.termux.app.activities.SettingsActivity"
51
+ android : name =" android.shortcut.conversation" />
48
52
</shortcut >
49
53
50
54
</shortcuts >
You can’t perform that action at this time.
0 commit comments