Change import for IIntentReceiver since the class has been refactored from android.app to android.content

This commit is contained in:
Suchi Amalapurapu
2009-06-17 12:02:04 -07:00
parent 678a781bb5
commit 57b6feb5ef

View File

@@ -17,7 +17,7 @@
package com.android.commands.monkey;
import android.app.IActivityManager;
import android.app.IIntentReceiver;
import android.content.IIntentReceiver;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.ConnectivityManager;