From 92943ebdf3a72fd4ea46c06ecdb5c05441562806 Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Mon, 13 Feb 2017 15:07:06 +1100 Subject: [PATCH] Port intent which handles incoming fdroid repos from NFC. Moved intent-filter from FDroid to MainActivity. Can test from the command line with: ``` adb shell am start -a android.nfc.action.NDEF_DISCOVERED \ -d fdroidrepo://10.0.1.10:8888/fdroid/repo ``` --- app/src/main/AndroidManifest.xml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 462b09d03..102031c1e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -135,21 +135,6 @@ android:launchMode="singleTop" android:windowSoftInputMode="adjustResize" android:configChanges="layoutDirection|locale|keyboardHidden|orientation|screenSize" > - - - - - - - - - - - - + + + + + + + + + + + + + +