资源简介

imifirewall(艾米防火墙)是一款Android下的防火墙软件,它主要用来帮助手机用户解决日常使用中遇到的问题:电话骚扰,钓鱼短信,手机垃圾,系统变慢等众多问题,艾米防火墙暂时只支持短信过滤,来电拦截,程序联网行为拦截和流量查看等功能,以后会陆续添加更多实用的功能。

资源截图

代码片段和文件信息

/*
 * This file is auto-generated.  DO NOT MODIFY.
 * Original file: C:\\Documents and Settings\\Administrator\\桌面\\imiFirewallv1.3\\src\\com\\android\\internal\\telephony\\ITelephony.aidl
 */
package com.android.internal.telephony;
/* * Copyright (C) 2007 The Android Open Source Project
* * Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* * [url=http://www.apache.org/licenses/LICENSE-2.0]http://www.apache.org/licenses/LICENSE-2.0[/url]
* * Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*//**
* Interface used to interact with the phone. Mostly this is used by the
* TelephonyManager class. A few places are still using this directly.
* Please clean them up if possible and use TelephonyManager insteadl.
* * {@hide}
*/
public interface ITelephony extends android.os.IInterface
{
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder implements com.android.internal.telephony.ITelephony
{
private static final java.lang.String DEscriptOR = “com.android.internal.telephony.ITelephony“;
/** Construct the stub at attach it to the interface. */
public Stub()
{
this.attachInterface(this DEscriptOR);
}
/**
 * Cast an IBinder object into an com.android.internal.telephony.ITelephony interface
 * generating a proxy if needed.
 */
public static com.android.internal.telephony.ITelephony asInterface(android.os.IBinder obj)
{
if ((obj==null)) {
return null;
}
android.os.IInterface iin = (android.os.IInterface)obj.queryLocalInterface(DEscriptOR);
if (((iin!=null)&&(iin instanceof com.android.internal.telephony.ITelephony))) {
return ((com.android.internal.telephony.ITelephony)iin);
}
return new com.android.internal.telephony.ITelephony.Stub.Proxy(obj);
}
public android.os.IBinder asBinder()
{
return this;
}
@Override public boolean onTransact(int code android.os.Parcel data android.os.Parcel reply int flags) throws android.os.RemoteException
{
switch (code)
{
case INTERFACE_TRANSACTION:
{
reply.writeString(DEscriptOR);
return true;
}
case TRANSACTION_endCall:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.endCall();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isIdle:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.isIdle();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isOffhook:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.isOffhook();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_isRisinging:
{
data.enforceInterface(DEscriptOR);
boolean _

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\
     文件         389  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\.classpath
     文件         345  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\.classpath.bak
     文件         814  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\.project
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\.settings\
     文件         617  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\.settings\org.eclipse.jdt.core.prefs
     文件         134  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\.settings\org.eclipse.ltk.core.refactoring.prefs
     文件        3288  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\AndroidManifest.xml
     文件         176  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\README.md
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\
     文件      314343  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\ActivityMain.apk
     文件      239420  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\classes.dex
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\internal\
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\internal\telephony\
     文件        2864  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\internal\telephony\ITelephony$Stub$Proxy.class
     文件        2772  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\internal\telephony\ITelephony$Stub.class
     文件        1172  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\internal\telephony\ITelephony.aidl
     文件         513  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\android\internal\telephony\ITelephony.class
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\
     文件        1978  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\DoubleLineWithCheckBox.class
     文件         892  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\Function.class
     文件        1853  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\GridViewAdapter.class
     目录           0  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\Interface\
     文件         182  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\Interface\ButtonGroupListener.class
     文件         187  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\Interface\CallEventListener.class
     文件         188  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\Interface\PersonselectListener.class
     文件        1744  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\PROEntity.class
     文件        2441  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\PersonselectAdapter.class
     文件         416  2013-05-22 04:59  imiyoo2010-imiPhoneWall-fddcd1a\bin\com\imiFirewall\R$anim.class
............此处省略306个文件信息

评论

共有 条评论