The autofill framework is available in Android 8.0 (API level 26) and higher (See Autofill Framework
Since I want my application to run on older devices as well, I tried implementing it using the GET_ACCOUNTS Manifest permission but this makes the user accept the permission for accessing the Contacts too!
Is there any better way to implement autofill functionality for Android devices running below API level 22?