mirror of
https://github.com/danog/termux-api.git
synced 2024-11-26 20:04:42 +01:00
CallLogAPI: remove options since the CallLogAPI isn't available
This commit is contained in:
parent
dc93861cfb
commit
6051e19c67
@ -20,9 +20,6 @@ import java.util.Locale;
|
||||
public class CallLogAPI {
|
||||
|
||||
static void onReceive(final Context context, final JSONObject opts) {
|
||||
final int offset = opts.optInt("offset");
|
||||
final int limit = opts.optInt("limit", 50);
|
||||
|
||||
ResultReturner.returnData(context, new ResultReturner.ResultJsonWriter() {
|
||||
public void writeJson(JsonWriter out) throws Exception {
|
||||
out.beginObject();
|
||||
|
Loading…
Reference in New Issue
Block a user