Skip to content

Commit b956ef3

Browse files
Nick PellyAndroid (Google) Code Review
authored andcommitted
Merge "Use Application#registerLifecycleEvents() instead of a Fragment for Beam."
2 parents f1260aa + 8ce7a27 commit b956ef3

File tree

4 files changed

+406
-280
lines changed

4 files changed

+406
-280
lines changed

core/java/android/nfc/INfcAdapter.aidl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface INfcAdapter
4242

4343
void setForegroundDispatch(in PendingIntent intent,
4444
in IntentFilter[] filters, in TechListParcel techLists);
45-
void setForegroundNdefPush(in NdefMessage msg, in INdefPushCallback callback);
45+
void setNdefPushCallback(in INdefPushCallback callback);
4646

4747
void dispatch(in Tag tag);
4848

0 commit comments

Comments
 (0)