¡@

Home 

2014/10/16 ¤W¤È 08:19:31

android Programming Glossary: mmi

Android - Implementing USSD features. Binding a service to the PhoneUtils without restarting the phone on every update

http://stackoverflow.com/questions/10722178/android-implementing-ussd-features-binding-a-service-to-the-phoneutils-withou

Interface used to interact with extended MMI USSD network service. public interface IExtendedNetworkService.. getInterfaceDescriptor return DESCRIPTOR Set a MMI USSD command to ExtendedNetworkService for further process... for further process. This should be called when a MMI command is placed from panel. @param number the dialed MMI..

USSD service not working

http://stackoverflow.com/questions/12594250/ussd-service-not-working

Interface used to interact with extended MMI USSD network service. interface IExtendedNetworkService Set.. network service. interface IExtendedNetworkService Set a MMI USSD command to ExtendedNetworkService for further process... for further process. This should be called when a MMI command is placed from panel. @param number the dialed MMI USSD..

Android - Implementing USSD features. Binding a service to the PhoneUtils without restarting the phone on every update

http://stackoverflow.com/questions/10722178/android-implementing-ussd-features-binding-a-service-to-the-phoneutils-withou

file is auto generated. DO NOT MODIFY. package com.android.internal.telephony Interface used to interact with extended MMI USSD network service. public interface IExtendedNetworkService extends android.os.IInterface Local side IPC implementation.. android.os.IBinder asBinder return mRemote public java.lang.String getInterfaceDescriptor return DESCRIPTOR Set a MMI USSD command to ExtendedNetworkService for further process. This should be called when a MMI command is placed from panel... return DESCRIPTOR Set a MMI USSD command to ExtendedNetworkService for further process. This should be called when a MMI command is placed from panel. @param number the dialed MMI USSD number. public void setMmiString java.lang.String number..

USSD service not working

http://stackoverflow.com/questions/12594250/ussd-service-not-working

it work IExtendedNetworkService.aidl package com.android.internal.telephony Interface used to interact with extended MMI USSD network service. interface IExtendedNetworkService Set a MMI USSD command to ExtendedNetworkService for further process... Interface used to interact with extended MMI USSD network service. interface IExtendedNetworkService Set a MMI USSD command to ExtendedNetworkService for further process. This should be called when a MMI command is placed from panel... Set a MMI USSD command to ExtendedNetworkService for further process. This should be called when a MMI command is placed from panel. @param number the dialed MMI USSD number. void setMmiString String number return the specific..