1<resources xmlns:tools="http://schemas.android.com/tools"> 2 <string name="app_name">TestSliceApp</string> 3 <string name="hello_blank_fragment">Hello blank fragment</string> 4 <string name="request_network">Request Network</string> 5 <string name="release_network">Release Network</string> 6 <string name="ping">Ping</string> 7 <string name="result_prefix">Result: </string> 8 <string name="latency_title">Prioritize Latency</string> 9 <string name="bw_title">Prioritize Bandwidth</string> 10 <string name="cbs_title">CBS</string> 11 <string name="purchase">Purchase Network Premium</string> 12 <string name="network_available">Result: The requested network is available now!</string> 13 <string name="network_requested">Result: The network has been requested!</string> 14 <string name="network_released">Result: The network has been released!</string> 15 <string name="network_release_failed">Result: Failed to release the network!!!</string> 16 <string name="purchase_exception">Result: Exception when purchasing network premium!!!</string> 17 <string name="purchase_empty_result">Result: Got empty result when purchasing network premium!!!</string> 18 <string name="premium_not_available">Result: The network premium is not available for purchase!!!</string> 19 <string name="purchase_in_progress">Result: The network premium purchase is in progress ...</string> 20</resources>