Skip to content

SEService.shutdown() shall release SE resources for the SEService #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: android-5.0.0_r3-scapi
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Jun 20, 2016

The section 6.2.2 of Open Mobile API Specification says that
SEService.shutdown() releases all SE resources allocated by "this"
SEService, but all SE resources allocated by "all" SEService instances
for the same terminal are mistakenly released in the current
implementation.

That is because Terminal releases all the sessions registered to the
session array. Only the SE resources allocated by "this" SEService shall
be released selectively.

The section 6.2.2 of Open Mobile API Specification says that
SEService.shutdown() releases all SE resources allocated by "this"
SEService, but all SE resources allocated by "all" SEService instances
for the same terminal are mistakenly released in the current
implementation.

That is because Terminal releases all the sessions registered to the
session array. Only the SE resources allocated by "this" SEService shall
be released selectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants