ms-intune-app-sdk-android icon indicating copy to clipboard operation
ms-intune-app-sdk-android copied to clipboard

Automatically enrolling after un enrollment in tablets

Open chaitanya-vanapamala opened this issue 5 years ago • 3 comments

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:

  1. Initiate unenroll
  2. perform any action
  3. 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.

chaitanya-vanapamala avatar Nov 15 '19 10:11 chaitanya-vanapamala

Try

AuthenticationContext.getCache().removeAll()

AbhijitParate avatar Jan 28 '20 09:01 AbhijitParate

Try

AuthenticationContext.getCache().removeAll()

@AbhijitParate , it didn't work.

chaitanya-vanapamala avatar Feb 10 '20 06:02 chaitanya-vanapamala

This is a known issue, tracked internally by #2380519.

bannus avatar Oct 27 '21 18:10 bannus