tasker: fix activity
This commit is contained in:
parent
ea9c5d3c88
commit
b8a652d6f2
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
|
|
||||||
<!-- Tasker 'start service' integration -->
|
<!-- Tasker 'start service' integration -->
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityConfigBasicAction"
|
android:name=".tasker.ActivityConfigStartAction"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="My Tasker Action">
|
android:label="My Tasker Action">
|
||||||
|
|
Loading…
Reference in a new issue