Skip to content

[Feature Request] Handle view intent #26

Description

@piaci

it would be very useful if it could handle simple view intent, like:
...
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("content://com.android.calendar/events/" +_id);
...

the edit event view is already there, so I think the only thing missing is to link them together.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions