renyuneyun / Easer

User-defined explicit automation for Android
https://renyuneyun.github.io/Easer/
GNU General Public License v3.0
805 stars 92 forks source link

Add target package name to intent skills #453

Closed mvn23 closed 2 years ago

mvn23 commented 2 years ago

This PR adds an additional field to the intent skills which allows you to specify a target package for the intent.

renyuneyun commented 2 years ago

Thanks for the PR!

Is the main part of this PR a duplicate of 4c5d4b81 (which is part of v0.8.3-beta2) ?

But the fix for extras is indeed needed. Could you please make it a separate PR?

mvn23 commented 2 years ago

Thanks for the PR!

Is the main part of this PR a duplicate of 4c5d4b8 (which is part of v0.8.3-beta2) ?

It is indeed! I did not see that one yet. I will close this PR as it is no longer needed.

But the fix for extras is indeed needed. Could you please make it a separate PR?

Will do!