An Xposed module that hides NFC (Near Field Communication) from selected apps on Android.
Current version: 1.1
- Install the module in Xposed Installer / LSPosed
- Enable the module for the target apps
- NFC will be hidden from those apps
- (Optional) Open the app drawer and launch NFC Hider to view module status
- Android 10+ (API 29+)
- Xposed Framework / LSPosed
git clone https://github.com/Xposed-Modules-Repo/com.nfchider.git
cd com.nfchider
./gradlew assembleDebugThe debug APK will be at app/build/outputs/apk/debug/NfcHider-debug.apk.
Note: The project uses Jetpack Compose for the settings UI. Building requires:
- JDK 17+
- Android SDK 34+
Pre-built APKs are available from the Releases page.
This project is licensed under the MIT License.