All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.Intent Maven / Gradle / Ivy

package android.content;

public class Intent {

    public Intent setAction(String action) {
        return this;
    }

    public Intent putExtra (String name, CharSequence value) {
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy