Where is this set in the app? I wonder if I could just edit the app settings manually to add this.
R.attr | Android Developers
public static final int persistent
Since: API Level 1
Flag to control special persistent mode of an application. This should not normally be used by applications; it requires that the system keep your application running at all times.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
Constant Value: 16842765 (0x0101000d)