Added new intent filter to react on content URIs to open specific ent…#2074
Conversation
|
Maybe it would be better to use the usual content URI format so that [ContentUris.withAppendedId] etc can be used. This would then be |
Sure, I'll update the code now. |
|
@rfc2822 , I have added constants for the intent view content uri to the contract. Additionally I have added a convenience function to build the right content uri with the iCalObjectId as last path segment. I created to pull request for sync tools here: If you're okay with that, I'll merge the jtx Board code. The line to call the intent would now be: |
…ries
Sample call:
./adb shell am start -d "content://at.techbee.jtx?_id=2" -W at.techbee.jtx:MainActivity2