hitman Apps

USSD Lib 1.0.0
hitman
This application allow user to to query USSD code (such as send*112# to query post-paid billing of Mobifone/Vietnam) to thenetwork and intercept the response (prevent displaying of defaultUSSD response dialog of Android).It's used as a library for CallLimit:https://play.google.com/store/apps/details?id=com.hit.calllimit-------------------------------------------------For developer who want to do the USSD intercepting as above:1. Install this app2. Restart the phone3. Send a broadcast intent:Intent ussdIntent = new Intent("SEND_UC_USSD_WITH_RESULT");ussdIntent.putExtra(USSD_NUMBER, number);4. Register a receiver with action:"com.hit.ussdlib.service.USSD_RESPONSE_ACTION"5. Get the response: String response =intent.getStringExtra("com.hit.ussdlib.service.message");-------------------------------------------------
CallLimit 1.1.2
hitman
This android application is very useful forperson that want to control his call duration to prevent exceedcall paid. This will help to hangup the phone automatically whencall duration reaches the set value:- Hangup the phone automatically with all outgoing call- Hangup the phone automatically with internal outgoing call (callto other phone number that on the same operator). This function isavailable in Vietnam only.- Beep only- Vibrate- Query the pre-paid balance or post-paid billing. In order ofusing this function, you have to install USSD Lib athttps://play.google.com/store/apps/details?id=com.hit.ussdlib andthen restart the phone. After that you have to setup the USSD codedue to each operator such as *123#...