diff options
author | Adam Skory <skory@google.com> | 2013-09-11 18:06:25 +0100 |
---|---|---|
committer | Adam Skory <skory@google.com> | 2013-09-11 18:35:33 +0100 |
commit | aae67e11bc711edf338c564d30af9ab1ea6bb240 (patch) | |
tree | 81a2615ace6b2572c4e6c8a7b014de5918b41820 /preloaded-classes | |
parent | ecf612a15c6201d7a4c55f0fcceb077f3e9ad84e (diff) | |
download | frameworks_base-aae67e11bc711edf338c564d30af9ab1ea6bb240.zip frameworks_base-aae67e11bc711edf338c564d30af9ab1ea6bb240.tar.gz frameworks_base-aae67e11bc711edf338c564d30af9ab1ea6bb240.tar.bz2 |
Fix bad references in preloaded-classes
http://ag/352924 renamed INdefPushCallback
to IAppCallback. Update preloaded-classes
to reflect this.
This is a cherry-pick of Id552e94e3a01cdd61593480f3c0aedb32d185f80
Change-Id: I0901f14fb41f94e3c7572c09e090ec5903a878d1
Diffstat (limited to 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/preloaded-classes b/preloaded-classes index 064ca3a..1515734 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -663,8 +663,8 @@ android.net.wifi.IWifiManager$Stub$Proxy android.net.wifi.WifiManager android.net.wifi.WifiManager$ServiceHandler android.net.wifi.WifiNative -android.nfc.INdefPushCallback -android.nfc.INdefPushCallback$Stub +android.nfc.IAppCallback +android.nfc.IAppCallback$Stub android.nfc.INfcAdapter android.nfc.INfcAdapter$Stub android.nfc.INfcAdapter$Stub$Proxy |