Confirmed users
300
edits
(→APIs) |
|||
| Line 72: | Line 72: | ||
//Sends a drag action across the screen | //Sends a drag action across the screen | ||
void drag(int startingX, int endingX, int startingY, int endingY) | void drag(int startingX, int endingX, int startingY, int endingY) | ||
// Run a sql query on the specified database | |||
public Cursor querySql(String dbPath, String sql); | |||
</pre> | </pre> | ||