I am a new android developer. I want to develop an app which can access SIM Tool Kit in android mobile. But I haven't found the exact solution online. I found 2 examples:
- https://github.com/android/platform_packages_apps_stk
- http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/4.4.2_r1/com/android/stk/StkLauncherActivity.java?av=f
when I import com.android.internal.telephony.cat.Duration
class in ADT, it does not find it.
I also found this class here:
But I am not able use it.