OSDN Git Service

Pass in the netId using intent data, not intent extras.
authorLorenzo Colitti <lorenzo@google.com>
Wed, 10 Jun 2015 13:49:52 +0000 (22:49 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Wed, 10 Jun 2015 14:38:16 +0000 (23:38 +0900)
commit25935892092a9efe31c075555f0e9e6fc72d795c
treec1027ae921c560689e559d024df2f204beb698c6
parentdcc61554263e91c80b27ab64a9bc80302fda096f
Pass in the netId using intent data, not intent extras.

This allows ConnectivityService to use different PendingIntents
for different dialogs; two PendingIntents that differ in their
data are treated as different, but two PendingIntents that differ
only in their extras are treated as being the same.

Bug: 20081183
Change-Id: Ie1bdcf2a0a0747be815ea528db0cb34f5ab415b9
src/com/android/settings/wifi/WifiNoInternetDialog.java