Exposé v0.3
This commit is contained in:
BIN
Thesis/res/img/Logo_UniPassau_big.jpg
Normal file
BIN
Thesis/res/img/Logo_UniPassau_big.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
Thesis/res/img/Logo_UniPassau_small.png
Normal file
BIN
Thesis/res/img/Logo_UniPassau_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
Thesis/res/img/Logo_UniPassau_small_bw.png
Normal file
BIN
Thesis/res/img/Logo_UniPassau_small_bw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
6
Thesis/res/src/sendImpliciteIntent.java
Normal file
6
Thesis/res/src/sendImpliciteIntent.java
Normal file
@@ -0,0 +1,6 @@
|
||||
File myFile = new File("path/to/image.jpg");
|
||||
URI imageUri = Uri.fromFile(myFile);
|
||||
Intent intent = new Intent();
|
||||
intent.setAction(Intent.ACTION_VIEW);
|
||||
intent.setDataAndType(imageUri, "image/jpeg");
|
||||
startActivity(intent);
|
||||
Reference in New Issue
Block a user