Limitations
These are cumulative release notes. If a release does not appear in this section, then there were no associated limitations.
This release contains the following new limitation:
- LP-12182: Pixel 7 and Pixel 7 Pro are the first Android phones to launch with support for only 64-bit apps; however, the AppConnect for Android apps support 32-bit architecture. Therefore, the AppConnect for Android apps wrapped with version 9.3.0 or 9.4.0 will not install on these devices. This an AppConnect limitation.
For more information, see KB article.
- LP-12118: If using the Android Webview plugin in Flutter with default render, the Webview is blank when screen capture is disabled by policy.
Workaround: The hybrid composition in the Flutter app may be used instead of default render. This is because the default Webview render, used in Flutter, utilizes a virtual display that forbids the rendering of secure windows.
This release contains the following new limitation:
- LP-12063: In Core 11.3.0.0, Device Admin was deprecated for new Android devices and the following occurs:
screen capturing is not controlled for the whole device; instead, the screen capturing policy is controlled only for wrapped apps.
previously, the device user might see the a message displayed: "Can't take the screenshot due to security policy." Due to Device Admin being deprecated, this message no longer displays.
- LP-11851: Native library compiled with GNU_HASH type is not supported. If a shared native library (.so) is compiled with GNU_HASH only, wrapped apps cannot load their native libraries.
Workaround: Re-compile the shared native library with the option: 'Wl,-hash-style=both'.