Is it possible for an Activity to get to and inspect, ideally even modify, the entire View hierarchy for itself, without knowing IDs of all the views or special access such as instrumentation mode or rooting?
E.g. would it be possible to write some code that locates all, say, EditText instances in the Activity's View hierarchy and does something to them?
Thanks