mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
kivy: change activity launchMode to singleTask
This commit is contained in:
parent
35b3294a5d
commit
a852f97e97
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ p4a is used to package Electrum, Python, SDL and a bootstrap Java app into an AP
|
||||||
We patched p4a to add some functionality we need for Electrum. Until those changes are
|
We patched p4a to add some functionality we need for Electrum. Until those changes are
|
||||||
merged into p4a, you need to merge them locally (into the master branch):
|
merged into p4a, you need to merge them locally (into the master branch):
|
||||||
|
|
||||||
2. [kivy/python-for-android#1217](https://github.com/kivy/python-for-android/pull/1217)
|
1.1 [kivy/python-for-android#1217](https://github.com/kivy/python-for-android/pull/1217)
|
||||||
|
|
||||||
Something like this should work:
|
Something like this should work:
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@ cd /opt
|
||||||
git clone https://github.com/kivy/python-for-android
|
git clone https://github.com/kivy/python-for-android
|
||||||
cd python-for-android
|
cd python-for-android
|
||||||
git remote add agilewalker https://github.com/agilewalker/python-for-android
|
git remote add agilewalker https://github.com/agilewalker/python-for-android
|
||||||
git checkout a036f4442b6a23
|
git fetch --all
|
||||||
git fetch agilewalker
|
git checkout 93759f36ba45c7bbe0456a4b3e6788622924cbac
|
||||||
git merge agilewalker/master
|
git merge a2fb5ecbc09c4847adbcfd03c6b1ca62b3d09b8d
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. Install buildozer
|
## 2. Install buildozer
|
||||||
|
|
|
@ -107,6 +107,9 @@ android.add_activities = org.electrum.qr.SimpleScannerActivity
|
||||||
# (str) XML file to include as an intent filters in <activity> tag
|
# (str) XML file to include as an intent filters in <activity> tag
|
||||||
android.manifest.intent_filters = gui/kivy/tools/bitcoin_intent.xml
|
android.manifest.intent_filters = gui/kivy/tools/bitcoin_intent.xml
|
||||||
|
|
||||||
|
# (str) launchMode to set for the main activity
|
||||||
|
android.manifest.launch_mode = singleTask
|
||||||
|
|
||||||
# (list) Android additionnal libraries to copy into libs/armeabi
|
# (list) Android additionnal libraries to copy into libs/armeabi
|
||||||
#android.add_libs_armeabi = lib/android/*.so
|
#android.add_libs_armeabi = lib/android/*.so
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue