Amends to patch removing Dropbox & Google Drive
This commit is contained in:
parent
1024a77add
commit
f27b627e2e
metadata
|
@ -156,6 +156,7 @@ Build:1.6.0,16006
|
|||
sed -e "/gms/ d" -i build.gradle && \
|
||||
sed -e "/cwac/ d" -i build.gradle && \
|
||||
sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle && \
|
||||
sed -e "/<item>\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml && \
|
||||
cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \
|
||||
cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ && \
|
||||
cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ && \
|
||||
|
|
|
@ -472,6 +472,16 @@ diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
|
|||
index 3448ead..4090d50 100644
|
||||
--- a/app/src/main/AndroidManifest.xml
|
||||
+++ b/app/src/main/AndroidManifest.xml
|
||||
@@ -43,9 +43,6 @@
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
|
||||
android:label="Schedule repeating transactions when device is rebooted"/>
|
||||
- <uses-permission android:name="android.permission.INTERNET"
|
||||
- android:label="Export and backup to 3rd party hosting services" />
|
||||
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<application android:name="org.gnucash.android.app.GnuCashApplication"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
@@ -100,24 +100,6 @@
|
||||
<activity android:name=".ui.chart.PieChartActivity" />
|
||||
<activity android:name=".ui.chart.LineChartActivity" />
|
||||
|
|
Loading…
Reference in a new issue