Skip to content

[Remocon] Interaction launching with package name #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dwlee opened this issue Jul 25, 2014 · 2 comments
Open

[Remocon] Interaction launching with package name #11

dwlee opened this issue Jul 25, 2014 · 2 comments
Assignees
Milestone

Comments

@dwlee
Copy link
Collaborator

dwlee commented Jul 25, 2014

Now, android remocon is easily able to launch the ros app using interaction without setting the remapping rule, parameter. But for using the interaction, The user must know the package name and main activity name. In this, the package name can be known easily. However the main activity name is difficult to find. So, we should the upgrade about launching the interaction with only package name for using many app as interaction.

@dwlee dwlee added this to the Todo milestone Jul 25, 2014
@dwlee dwlee self-assigned this Jul 25, 2014
@dwlee
Copy link
Collaborator Author

dwlee commented Aug 4, 2014

Something is strange. Why does the remocon use the start activity name in package for launching the new app? The android is able to launch with only package name, not necessary activity name. Furthermore, it is uncomfortable to find the app at app market. (Finding the app in market, we have to use the only package name without activity name).

@stonier
Copy link
Member

stonier commented Aug 4, 2014

I think this is working because it will look up the 'Default Activity Name' in the apk. If you want to start a different activity, you'd need to exactly specify that here.

But all our apps use the default activity so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants