[AC-1611] Image intent Filter always null in android
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-07-29T06:50:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | android |
Reporter | pragnesh patel |
Assignee | Mauro Parra-Miranda |
Created | 2014-07-04T10:18:01.000+0000 |
Updated | 2016-03-08T07:38:05.000+0000 |
Description
When deciding how an app should handle an incoming Android Intent, knowing the type, action, and data values that were sent with the Intent are critical.
when i share image from gallery ,intent value always null.
getData() always equals null also this one getType() and getAction()
Attachments
Hi, We tried to reproduce this issue with a sample test case. It’s working as expected with Titanium SDK 3.3.0. Please try the sample code and let us know if the problem persists.
Testing Environment:
Ti CLI 3.3.0 Titanium SDK: SDK 3.3.0 Android DeviceTest Code
Use the Project file given above, load it to Titanium, Run the project in an android device.Steps to Test
- Import the project in titanium - Run the project in an android Device - To view image from gallery first select an image by long clicking on it - Select 'share' from the intent list. - Select the app from the applist.Expected Result
Your app will be viewed displaying the image.Fixed in 3.3.0.GA.