blob: 1f6b0d4e4ac0e8a574794c4760368ad72c6709db [file] [log] [blame]
package com.android.sampleplugin;
public class BackgroundTest {
public BackgroundTest() {}
public int addInt(int x, int y) {
return x + y;
}
}