[TIMOB-19872] Android: Support programmatically turning off the splash screen
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2018-07-27T17:06:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | splash-screen |
Reporter | Ingo Muschenetz |
Assignee | Unknown |
Created | 2015-11-05T00:41:36.000+0000 |
Updated | 2018-08-06T17:38:16.000+0000 |
Description
Google is approaching publishers about supporting App Indexing in their apps. We need this feature to be available.
This appears because of the set up time needed for the app to get ready. If this is turned off, it will just be a blank screen and it will still take time before the app is ready. I think this is something we can’t avoid.
Links to relevant pieces:
* https://github.com/appcelerator/titanium_mobile/blob/17dc8754653daaff170ea0c18f74218168a5633e/android/titanium/src/java/org/appcelerator/titanium/TiRootActivity.java
* https://github.com/appcelerator/titanium_mobile/blob/17dc8754653daaff170ea0c18f74218168a5633e/android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java.
Related info: https://developers.google.com/app-indexing/introduction?hl=en Technical requirements for Android for App Indexing:- * Developed on apps with a minsdkVersion no higher than 17. * Available for users signed into the Google app and for all users on Chrome. * Available for signed-in users.
What's the technical reason behind requiring the Splash Screen to be programmatically turned off?
Closing as "won't do". If this is in error, please reopen.