1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- Title text for a notification that instructs the user to reboot to apply new server flags to the device [CHAR LIMIT=NONE] --> 4 <string name="boot_notification_title">New flags available</string> 5 <!-- Content text for a notification that instructs the user to reboot to apply new server flags to the device [CHAR LIMIT=NONE] --> 6 <string name="boot_notification_content">Your device has new trunkfood flags available. A restart is required to apply them.</string> 7 <!-- Action text for a button that instructs the user to reboot to apply new server flags to the device [CHAR LIMIT=NONE] --> 8 <string name="boot_notification_action_text">Tap to reboot</string> 9</resources> 10