1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*90c8c64dSAndroid Build Coastguard Worker<!-- 3*90c8c64dSAndroid Build Coastguard Worker The reason this is done is that on tablets (>= sw600) , hiding the navigation has no function, 4*90c8c64dSAndroid Build Coastguard Worker but causes the side effect of eating a tap that would otherwise be delivered to the framework. 5*90c8c64dSAndroid Build Coastguard Worker--> 6*90c8c64dSAndroid Build Coastguard Worker<resources> 7*90c8c64dSAndroid Build Coastguard Worker <bool name="sideBySide">false</bool> 8*90c8c64dSAndroid Build Coastguard Worker <bool name="hideNavigation">true</bool> 9*90c8c64dSAndroid Build Coastguard Worker</resources> 10