am 7125a0dc: am 42843c3c: Merge "Fix Throttle Notification intents" into froyo

Merge commit '7125a0dca844b066a3f6ebdacaea4ade9e651c8d' into kraken

* commit '7125a0dca844b066a3f6ebdacaea4ade9e651c8d':
  Fix Throttle Notification intents
This commit is contained in:
Robert Greenwalt
2010-04-13 15:29:19 -07:00
committed by Android Git Automerger

View File

@@ -463,7 +463,7 @@ public class ThrottleService extends IThrottleManager.Stub {
private void postNotification(int titleInt, int messageInt, int icon, int flags) {
Intent intent = new Intent();
// TODO - fix up intent
intent.setClassName("com.android.settings", "com.android.settings.TetherSettings");
intent.setClassName("com.android.phone", "com.android.phone.DataUsage");
intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);