Skip to content

Reboot your Android app made with Appcelerator Titanium

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

yagitoshiro/TiRebootAndroidApp

Repository files navigation

TiRebootAndroidApp

Simple module to reboot your Android app made with Appcelerator Titanium

(1) Add below properties to tiapp.xml. Empty message does the trick.

  <property name="ti.android.bug2373.skipAlert">true</property>
  <property name="ti.android.bug2373.message"></property>

(2) Install this module and call "reboot" method in you JS.

  var mod = require('org.selfkleptomaniac.mod.tirebootandroidapp');
  mod.reboot();

(3) Step3? There's no step 3.

About

Reboot your Android app made with Appcelerator Titanium

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published