Does anybody have the SIM Toolkit app in app drawer? It seems missing and I need it to access my bank account :-(
CM12.1 github repository has it:
https://github.com/CyanogenMod/android_packages_apps_Stk/tree/cm-12.1
I looked at various forums and tried to set "SIM PIN required" but still no go. Also, I have not found the stk.apk at all. There is a bunch of stk.apk on the internet, but I do not believe it is wise to install it [1]. (I tried to install one and it wants almost every authorisation, including location, record audio, etc. It seems to me redundand...)
[1]
http://getandroidapp.org/tag/com-android-stk
EDIT: I tried to push stk.apk from CM12.1 by Micha into /system/app, but it did not work. CatLog showed a permission err:
Code:
12-22 22:36:21.452 W/BroadcastQueue(1011): Permission Denial: receiving Intent { act=android.intent.action.stk.session_end flg=0x10000010 (has extras) } to com.android.stk/.StkCmdReceiver requires android.permission.RECEIVE_STK_COMMANDS due to sender com.android.phone (uid 1001)
so it seems some support from other packages is missing, too...