I tried with following commands;but app got crashed.Please give ur views and suggestions
WebElement upload = driver.findElement(By.xpath("//TextView[@id='textView_upload_profile_picture']"));
upload.sendKeys("SD Card\\DCIM\\100ANDRO\\DSC_1204.jpg");
Above command is crashing the app.When I run the test Appium/Selendroid hits the upload button and it opens the Mobile Gallery and crashes the app.Functionality - I want to upload my profile picture in my testing app.