Commit 7269b768 authored by Krishna Bhilare's avatar Krishna Bhilare

New Commit

parent 1d816306
......@@ -12,8 +12,8 @@ public class SampleActivity extends AppCompatActivity {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_sample);
/*Intent intent = getIntent();
Intent intent = getIntent();
String action = intent.getAction();
Uri data = intent.getData();*/
Uri data = intent.getData();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment