Created
December 20, 2020 00:21
-
-
Save db93n2/894332ce5a4b9b2c0be9893a1a8d5171 to your computer and use it in GitHub Desktop.
(tasker) bixby button remapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskerData sr="" dvi="1" tv="5.10.1"> | |
<Profile sr="prof100" ve="2"> | |
<cdate>1576878899452</cdate> | |
<edate>1608422909192</edate> | |
<flags>8</flags> | |
<id>100</id> | |
<mid0>314</mid0> | |
<nme>dismiss - bixby</nme> | |
<Event sr="con0" ve="2"> | |
<code>2078</code> | |
<pri>0</pri> | |
<Bundle sr="arg0"> | |
<Vals sr="val"> | |
<net.dinglisch.android.tasker.RELEVANT_VARIABLES><StringArray sr=""><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES0>%app_icon | |
Icon | |
Icon for the app</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES0><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES1>%app_name | |
Name | |
Name of the App</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES1><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES2>%app_package | |
Package | |
Unique package name for the app</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES2></StringArray></net.dinglisch.android.tasker.RELEVANT_VARIABLES> | |
<net.dinglisch.android.tasker.RELEVANT_VARIABLES-type>[Ljava.lang.String;</net.dinglisch.android.tasker.RELEVANT_VARIABLES-type> | |
</Vals> | |
</Bundle> | |
<Str sr="arg1" ve="3"/> | |
</Event> | |
</Profile> | |
<Task sr="task314"> | |
<cdate>1576878905896</cdate> | |
<edate>1608422909192</edate> | |
<id>314</id> | |
<pri>6</pri> | |
<Action sr="act0" ve="7"> | |
<code>37</code> | |
<ConditionList sr="if"> | |
<Condition sr="c0" ve="3"> | |
<lhs>%app_name</lhs> | |
<op>2</op> | |
<rhs>Bixby Voice</rhs> | |
</Condition> | |
</ConditionList> | |
</Action> | |
<Action sr="act1" ve="7"> | |
<code>37</code> | |
<ConditionList sr="if"> | |
<Condition sr="c0" ve="3"> | |
<lhs>%LAST_APP_PACKAGE</lhs> | |
<op>12</op> | |
<rhs></rhs> | |
</Condition> | |
</ConditionList> | |
</Action> | |
<Action sr="act2" ve="7"> | |
<code>20</code> | |
<label>launch last app</label> | |
<App sr="arg0"> | |
<appClass></appClass> | |
<appPkg>%LAST_APP_PACKAGE</appPkg> | |
<label>%LAST_APP_PACKAGE</label> | |
</App> | |
<Str sr="arg1" ve="3"/> | |
<Int sr="arg2" val="0"/> | |
<Int sr="arg3" val="0"/> | |
</Action> | |
<Action sr="act3" ve="7"> | |
<code>43</code> | |
</Action> | |
<Action sr="act4" ve="7"> | |
<code>245</code> | |
<label>go back to last app</label> | |
</Action> | |
<Action sr="act5" ve="7"> | |
<code>38</code> | |
</Action> | |
<Action sr="act6" ve="7"> | |
<code>38</code> | |
</Action> | |
<Action sr="act7" ve="7"> | |
<code>547</code> | |
<label>save for next time around</label> | |
<Str sr="arg0" ve="3">%LAST_APP_PACKAGE</Str> | |
<Str sr="arg1" ve="3">%app_package</Str> | |
<Int sr="arg2" val="0"/> | |
<Int sr="arg3" val="0"/> | |
<Int sr="arg4" val="0"/> | |
<Int sr="arg5" val="3"/> | |
</Action> | |
</Task> | |
</TaskerData> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment