Exemplo n.º 1
0
 @Override
 public Cursor newCursor(Transaction txn) {
   return new UnmodifiableCursor(mSource.newCursor(txn));
 }