Home | History | Annotate | Download | only in content
      1 package android.content;
      2 
      3 public class TestIntentSender extends IntentSender{
      4     public Intent intent;
      5 
      6 }
      7