Skip to content

Commit b2ff0e4

Browse files
agnostic-apolloLeonid Pliushch
authored and
Leonid Pliushch
committed
Changed static string "EXTRA_EXECUTE_IN_BACKGROUND" access to public
1 parent 9e7029b commit b2ff0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/termux/app/TermuxService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class TermuxService extends Service implements SessionChangedCallba
6363
public static final String EXTRA_ARGUMENTS = "com.termux.execute.arguments";
6464

6565
public static final String EXTRA_CURRENT_WORKING_DIRECTORY = "com.termux.execute.cwd";
66-
private static final String EXTRA_EXECUTE_IN_BACKGROUND = "com.termux.execute.background";
66+
public static final String EXTRA_EXECUTE_IN_BACKGROUND = "com.termux.execute.background";
6767

6868
/** This service is only bound from inside the same process and never uses IPC. */
6969
class LocalBinder extends Binder {

0 commit comments

Comments
 (0)