catch handler entry points

This commit is contained in:
Julian Dolby 2015-02-27 21:04:45 -05:00
parent 68fc0b94e5
commit 6a8b2bb1f9

View File

@ -189,6 +189,7 @@ nextMethod:
}
} else {
// Restrict the set
bases.add(AndroidTypes.Handler);
bases.add(AndroidTypes.Application);
bases.add(AndroidTypes.Activity);
/** @todo TODO: add Fragments in getEntryPoints */