Last active
December 29, 2015 09:29
-
-
Save borella/7650303 to your computer and use it in GitHub Desktop.
Fix "An application restart is required"
Titanium SDK - Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<property name="ti.android.bug2373.disableDetection" type="bool">true</property> | |
<property name="ti.android.bug2373.restartDelay" type="int">500</property> | |
<property name="ti.android.bug2373.finishDelay" type="int">0</property> | |
<property name="ti.android.bug2373.skipAlert" type="bool">true</property> | |
<property name="ti.android.bug2373.message"/>Initializing</property> | |
<property name="ti.android.bug2373.title">Restart Required</property> | |
<property name="ti.android.bug2373.buttonText">Continue</property> | |
<property name="ti.android.bug2373.finishfalseroot" type="bool">true</property> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment