Sunday, February 9, 2014

How to make a receive calls shielding system telephone interface applications


            
It seems you can set the priority, and then abortBroadcast (); But why would not it still my reality system telephone interface!



/ / priorities are set to 1000 or not






Reply:
It seems you can set the priority, and then abortBroadcast (); system telephone interface but why would not it still my display!



/ / priorities are set to 1000 or not



Reply:
I think it's impossible
Because if the system can shield program, then too many loopholes
Modify phone interface are generally custom machine do
Third parties are their own independent applications (including data)

Reply:
reference to the second floor l417584711 reply:
I think it's impossible
Because if the system can shield program, then too many loopholes
Modify phone interface are generally custom machine do
Third parties are their own independent applications (including data)


However, the application can be done already, ah!
        

Reply:
reference to the second floor l417584711 reply:
I think it's impossible
Because if the system can shield program, then too many loopholes
Modify phone interface are generally custom machine do
Third parties are their own independent applications (including data)


Intercept messages can intercept incoming certainly can!
Reply:
reference to the third floor jxnktjlfr1 reply:
reference to the second floor l417584711 reply:

I think it's impossible
Because if the system can shield program, then too many loopholes
Modify phone interface are generally custom machine do
Third parties are their own independent applications (including data)


However, the application can be done already, ah!


Which application? ? ?


Calls and incoming interface is the system, not replace
Reply:
Say, but do not know what to say: ask, do not know what to ask.

Endless learning.
Reply:
references, 5th Floor sodino reply:
reference to the third floor jxnktjlfr1 reply:

References to the second floor l417584711 reply:

I think it's impossible
Because if the system can shield program, then too many loopholes
Modify phone interface are generally custom machine do
Third parties are their own independent applications (including data)


However, the application can be done already, ah!


Which application? ? ?


Calls and incoming interface is the system, not replace


http://code.google.com/p/incomingcallplus/
Reply:
Response to an action, you will be prompted by the system when an incoming call dial interface or your own application, nothing strange
Reply:
reference to the 8th floor drsmart reply:
response to an action, you will be prompted with a dial-up interface system or your own application, nothing strange incoming calls


Not prompt!
Reply:
reference to the 8th floor drsmart reply:
response to an action, you will be prompted with a dial-up interface system or your own application, nothing strange incoming calls

I'm not saying the dial interface is said click interface received a phone call, or when this is not prompt
Reply:
Similar calls through the kind of features it
Reply:
cited landlord jxnktjlfr1 reply:
like you can set the priority, and then abortBroadcast (); But why would not it still my reality system telephone interface !



......


Phone can not be intercepted by this method
Reply:
Landlord solved yet? Seek solutions
Reply:
Landlord solved? Neighborhoods
Reply:
 public void lj (Context context) {
try {
/ / This.abortBroadcast ();
/ / End
Method getITelephonyMethod = TelephonyManager.class.getDeclaredMethod ("getITelephony", (Class []) null);
getITelephonyMethod.setAccessible (true);
TelephonyManager mTelephonyManager = (TelephonyManager) context
. GetSystemService (Context.TELEPHONY_SERVICE);
Object mITelephony = getITelephonyMethod.invoke (mTelephonyManager, (Object []) null);
mITelephony.getClass (). getMethod ("endCall", new Class [] {})
. Invoke (mITelephony, new Object [] {});
}
catch (Exception e) {
}

}

No comments:

Post a Comment