[SDK Runtime Recap - March] Z-ordering, viewability signals, lifecycle-unaware activities, and much more!

133 views
Skip to first unread message

SDK Runtime Announcements

unread,
Mar 31, 2025, 6:07:14 PMMar 31
to SDK Runtime Announcements

Hi Android Developers, 


Welcome to the SDK Runtime Recap! In this issue, we're covering a new default z-ordering, customized viewability signals, lifecycle-unaware activity launchers, simplified dependencies in our samples, and the SDK Runtime for Android video series.

🚀 New features and Jetpack releases

  • Jetpack UI Library (androidx.privacysandbox.ui) - v.1.0.0 - alpha15 release notes

    • We have changed the default Z-ordering of SandboxedSdkView and SandboxedSdkUi to “below”, placing the remote UI below the app’s window. 

      • Note that if the Z-order of SandboxedSdkView or SandboxedSdkUi is “above”, only the Runtime-Enabled SDK will receive gestures.

    • Determine which signals are collected by the SessionObserver in each session using the new signalOptions field in the SessionObserverFactory

      • The initial set of signals is defined in SandboxedUiAdapterSignalOptions

      • If you don't set any signal options, you will only receive a signal when the session is opened and closed.

      • To receive viewability signals, you will need to specify setOf(SandboxedUiAdapterSignalOptions.GEOMETRY) as the signal options on your SessionObserverFactory.

  • Jetpack Activity Library (androidx.privacysandbox.ui) - v 1.0.0 - alpha02 release notes

    • You can now launch SDK-owned activities from activities that aren’t lifecycle-aware by creating the activity launcher from any activity that doesn’t implement LifecycleOwner interface.

      • Keep in mind that you will have to manually dispose of this activity launcher in the activity used to call it.
        The release notes contain all the details of the API changes included.

📚 Learning materials



⏭️ Next steps
Explore these updates in our developer site or the Jetpack API reference, and share your feedback

SDK Runtime Announcements

unread,
Apr 1, 2025, 3:11:14 PMApr 1
to SDK Runtime Announcements

Hi there,

It has come to our attention that some of the links included in our recent newsletter weren’t resolving properly.

Our apologies for the inconvenience!

The corrected links to access these resources are listed below:

Thanks for your understanding!

We’re looking forward to your feedback as you explore these updates.

Reply all
Reply to author
Forward
0 new messages