package com.someother; import android.support.annotation.Keep; /** * Created by galen on 16/6/7. */ @Keep public class Stub extends android.app.Activity { public void test() { } }