]> iEval git - fonbot.git/blame_incremental - ITelephony.aidl
Do not connect to server when user/pass is missing
[fonbot.git] / ITelephony.aidl
... / ...
CommitLineData
1package com.android.internal.telephony;
2
3import android.os.Bundle;
4interface ITelephony {
5 boolean endCall();
6 void dial(String number);
7 void answerRingingCall();
8 boolean enableDataConnectivity();
9 boolean disableDataConnectivity();
10 int getDataState();
11}
This page took 0.020652 seconds and 5 git commands to generate.