[concurrency] add model for android.app.Application

Reviewed By: mbouaziz

Differential Revision: D13083046

fbshipit-source-id: 99c459f70
master
Nikos Gorogiannis 6 years ago committed by Facebook Github Bot
parent 276c25b563
commit d53c81c65c

@ -199,6 +199,7 @@ let ui_matcher_records =
; { default with
classname= "android.app.Service"
; methods= ["onBind"; "onCreate"; "onDestroy"; "onStartCommand"] }
; {default with classname= "android.app.Application"; methods= ["onCreate"]}
; { default with
classname= "android.app.Activity"
; methods= ["onCreate"; "onStart"; "onRestart"; "onResume"; "onPause"; "onStop"; "onDestroy"]

Loading…
Cancel
Save