Open but not restart app via a Custom URL scheme on Android -


i register url scheme android app , configure file following shows, however, restart app every time way. how make open app , not restart it? thanks.

<intent-filter>                 <data android:scheme="myapp"/>                  <action android:name="android.intent.action.view" />                 <category android:name="android.intent.category.default" />                 <category android:name="android.intent.category.browsable" />  </intent-filter>  

try set android:launchmode="singleinstance" parameter activity calling.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -