mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-07 09:31:11 +01:00
Rebrand as Nix / Nix-on-Droid
This commit is contained in:
parent
893d86be50
commit
9c901645f9
10 changed files with 103 additions and 17 deletions
|
|
@ -16,7 +16,7 @@ import java.util.List;
|
|||
public final class TermuxWidgetService extends RemoteViewsService {
|
||||
|
||||
@SuppressLint("SdCardPath")
|
||||
public static final File SHORTCUTS_DIR = new File("/data/data/com.termux/files/home/.shortcuts");
|
||||
public static final File SHORTCUTS_DIR = new File("/data/data/com.termux.nix/files/home/.shortcuts");
|
||||
|
||||
public static final class TermuxWidgetItem {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue