Splash screen, discover and file Pages #30

Merged
akinwale merged 14 commits from react-ui into master 2018-03-11 16:32:14 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit eb5391eba7 - Show all commits

View file

@ -12,7 +12,7 @@ install:
- sudo pip install --upgrade cython==0.25.2 pip setuptools
- git clone https://github.com/akinwale/buildozer.git
- cd app
- npm install --silent --save react@16.2.0 react-native
- npm install --silent --save react@16.0.0 react-native
- cd ..
- cd buildozer
- sudo python setup.py install

View file

@ -98,6 +98,7 @@ public class PythonService extends Service implements Runnable {
.setContentText(serviceDescription)
.setContentIntent(pIntent)
.setWhen(System.currentTimeMillis())
.setSmallIcon(android.R.drawable.ic_dialog_info)
.setOngoing(true)
.build();
startForeground(1, notification);