About Oh my shortcut
The usage of the "Intent" class may be the most difficult in Android app development.
I know how many times you have built your app in order to confirm how "Intent" works.
Off course, I have been troubled with the way to use "Intent", too.
// Especially, Broadcast Intent is very hard to deal with, don't you think so??
Moreover, developers you may be aware of the existence of "Hidden settings & Hidden shortcuts" on the Android platform.
You can access this SECRET by using Intent.
For example,
when you would like to see the detail of app settings(e.g. the amount of an app's data), you can arrive there via "Settings -> Apps -> an app", which costs you many steps.
As you have guessed, however, you can load there by Intent as follows.
/* code start */
Intent intent = new Intent("android.settings.APPLICATION_DETAILS_SETTINGS", "pacage:" + packageName);
startActivity(intent);
/* code end */
Would you like to use this secret shortcut to access all parts of Android?
Needless to say, you don't have to make many sample apps.
Instead of you, this app "Oh my shortcut" can make various shortcuts on your home screen.
All the best Development!!
□Permissions
None.
□Validation
This app is validated with the devices as follows.
・Nexus5 Android5.0 Lollipop
・Nexus7 Android4.4.4 KitKat
□Others
I, ZIENOC, is certified by アンドロイダー(androider, which is a private Android support company) as an developer making safe apps.
https://androider.jp/developer/0d10f000c36cb8cd0d4772f950306001/
I am writing a blog on WordPress, so there may be some (non-important) information about this app.
HERE!! -> http://willswillwill.com/
Download and install
Oh my shortcut version 1.0.0 on your
Android device!
Downloaded 100+ times, content rating: Not rated
Android package:
com.zienoc.oh_my_shortcut, download Oh my shortcut.apk
by N####:
Does what it says, without any bugs (so far), smooth appearance, and humor.