Rebrand as Nix / Nix-on-Droid

This commit is contained in:
Alexander Sosedkin 2019-03-06 19:01:23 +00:00
parent 893d86be50
commit 9c901645f9
10 changed files with 103 additions and 17 deletions

View file

@ -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 {