Updating sample plugin to test java class loading.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.android.sampleplugin;
|
||||
|
||||
public class BackgroundTest {
|
||||
|
||||
public BackgroundTest() {}
|
||||
|
||||
public int addInt(int x, int y) {
|
||||
return x + y;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user