Use per user info for seinfo
The full seinfo context contains a piece that's per application [eg. target sandbox] and a piece that's per user [eg. if the application is 'instant' or 'full]. When we reconciled the data directory for the application, we were only using the static parts. We now add the user specific parts. Change-Id: I38f7d6de8969f848976f092264a11b48c542048c Fixes: 73310114 Test: start nytimes instant app -- adb shell cmd activity start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d https://www.nytimes.com/crosswords/game/mini Test: install nytimes app -- long press on nytimes icon, select "install" Test: run nytimes full app -- adb shell cmd activity start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d https://www.nytimes.com/crosswords/game/mini Test: no crash Test: atest -it CtsAppSecurityHostTestCases:EphemeralTest#testInstantAppUpgrade
Loading
Please register or sign in to comment