Skip to content

Commit 7164c06

Browse files
committed
added readme
1 parent fc5d7ba commit 7164c06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
**A secure, privacy-focused mobile browser for Android with advanced banking security features**
1010

11+
[GitHub Repository](https://github.com/Namitjain07/PrivacyFirst.git)
12+
1113
</div>
1214

1315
## 📱 Overview
@@ -343,7 +345,7 @@ private val cacheDuration = 5 * 60 * 1000L // 5 minutes
343345
| API Response (network) | ~2-3 seconds |
344346
| Network Call Reduction | 90% (with caching) |
345347

346-
## 🧪 Testing
348+
<!-- ## 🧪 Testing
347349
348350
### Test Deep Linking
349351
```bash
@@ -352,7 +354,7 @@ adb shell am start -a android.intent.action.VIEW -d "https://www.example.com" co
352354
353355
# Test custom deep link
354356
adb shell am start -a android.intent.action.VIEW -d "privacyfirst://open" com.secure.privacyfirst
355-
```
357+
``` -->
356358

357359
### Test API
358360
```bash

0 commit comments

Comments
 (0)