add param dialog to app
This commit is contained in:
parent
cdda6ee32c
commit
3976750f75
11 changed files with 789 additions and 96 deletions
|
|
@ -129,6 +129,7 @@ public class BRouterService extends Service {
|
|||
if (!smc.mode.equals(mode_key))
|
||||
continue;
|
||||
worker.profileName = smc.profile;
|
||||
worker.profileParams = (smc.params.equals("noparams") ? null : smc.params);
|
||||
worker.profilePath = baseDir + "/brouter/profiles2/" + smc.profile + ".brf";
|
||||
worker.rawTrackPath = baseDir + "/brouter/modes/" + mode_key + "_rawtrack.dat";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue