Description
We need to go through the main "Hello Android" patch and fix up the things that do not need to be there. This includes like changing for-loops to foreach (which is a bit slower and therefore not used in Qt) and adding unused argument names. It should be reduced to what is actually required only.