package com.zte.appopscontrol.firewall;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
public class RootHelper extends Service {
@Override
public IBinder onBind(Intent arg0) {
// TODO Auto-generated method stub
return null;
}
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}