You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the GetNotifications method to get the current notifications at a Xiaomi Poco F3, but the array returns empty:
I know I've given the io.appium.settings app Notification permissions. This app is also updated to version 5.7.5. I am able to get notification data with: adb shell dumpsys notification
I was able to successfully use the very same uiautomator2 driver method on a samsung device.
Any idea what this might be?
The text was updated successfully, but these errors were encountered:
Sorted it out, but I'm leaving here what went on, maybe it will help someone in the future.
Documentation says that Notification permissions should be given to the application. However, at least here in this phone (and maybe in other Xiaomis), this isn't just about setting normal Notification permissions. These can be set at a number of places, for example:
Trying to use the GetNotifications method to get the current notifications at a Xiaomi Poco F3, but the array returns empty:
I know I've given the io.appium.settings app Notification permissions. This app is also updated to version 5.7.5. I am able to get notification data with:
adb shell dumpsys notification
I was able to successfully use the very same uiautomator2 driver method on a samsung device.
Any idea what this might be?
The text was updated successfully, but these errors were encountered: