The manifest is marked minSDK = 5.
But the Pages system uses the ActionBar which is only in API > 10. (Android 3.x)
There may be other required Android lib code in Pages that would raise the API level > 11.
Possibly the ActionBar could be replaced with something else in API = 8
At least the manifest should be fixed.
But the Pages system uses the ActionBar which is only in API > 10. (Android 3.x)
There may be other required Android lib code in Pages that would raise the API level > 11.
Possibly the ActionBar could be replaced with something else in API = 8
At least the manifest should be fixed.