How to get android:configChanges values from ActivityInfo class
问题 I would like to fetch activities info(Such as configchanges, resizemode, if Picture in Picture is supported) of all the packages present in the device. I am able to fetch the activities info using PackageManager with GET_ACTIVITIES flag. With that I can get configChanges value using ActivityInfo.configChanges . However the value returns a random int if there are multiple config values set in android:configChanges . For ex: if below values are set android:configChanges="uiMode