ms-intune-app-sdk-android
ms-intune-app-sdk-android copied to clipboard
Automatically enrolling after un enrollment in tablets
Describe the bug: After completion of unenrollment, with in few seconds app is enrolling to same account automatically in Tablet devices. Where as it is not enrolling automatically in Mobile Devices.
To Reproduce Steps to reproduce the behavior:
- Initiate unenroll
- perform any action
- After 30 Seconds Device will be enrolled.
Expected behavior: Device should not enroll automatically after un enrolling
Smartphone (please complete the following information):
- Device: Samsung Tab 4
- OS: Android 9.0
Intune App SDK for Android (please complete the following information):
- Intuner SDK version: 6.0.0
- What platform is your app based in (Java, Xamarin based, Cordova, etc)? JAVA
- Do you see a trend with it only being reproduced on a specific device? ONLY in Tablet devices.
Try
AuthenticationContext.getCache().removeAll()
Try
AuthenticationContext.getCache().removeAll()
@AbhijitParate , it didn't work.
This is a known issue, tracked internally by #2380519.