Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Android Intent to launch Calendar app
a guest
Aug 17th, 2016
219
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
// (crash if no app to handle intent)
Intent intent
=
new
Intent
(
Intent.
ACTION_VIEW
, Uri.
parse
(
"content://com.android.calendar/time/"
)
)
;
startActivity
(
intent
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
๐ Money Guaranteed Method
JavaScript | 1 min ago | 0.26 KB
๐ฅ NEW $10,000/MONTH SYSTEM ๐ฐ ๐ฅ๐จ
JavaScript | 2 min ago | 0.17 KB
๐ SECRET METHOD JUST LEAKED
JavaScript | 4 min ago | 0.26 KB
โก $15,000 MONTHLY INCOME METHOD
Java | 5 min ago | 0.17 KB
โก ULTRA EASY INCOME TRICK โก $500 INSTANT CASH...
JavaScript | 5 min ago | 0.17 KB
๐0LEAKZ BTC METHOD ๐ต๐ต
Java | 6 min ago | 0.17 KB
โกโกโก Verified Earning Guide
JavaScript | 7 min ago | 0.26 KB
โก Instant Cash Method
Java | 8 min ago | 0.17 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!