Skip to content

Commit eb14c17

Browse files
authored
Update README.md
Removed dividers
1 parent e86a1c6 commit eb14c17

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,18 @@
1919

2020
</div>
2121

22-
---
23-
2422
## ⚠️ Important Note
2523

2624
> **Note:** Google prohibits the usage of **QUERY_ALL_PACKAGES** permission and **AccessibilityService** without a strong explanation. For that reason, the Play Store version of **Current Activity** won't have either of these features. While the app will still function, performance will vary.
2725
>
2826
> **💡 Recommendation:** It is strongly recommended to use the latest **Global** version from [**Releases**](https://github.com/codehasan/Current-Activity/releases) rather than from **Play Store**.
2927
30-
---
31-
3228
## ✨ Key Features
3329

3430
- **📱 Real-Time Tracking:** View the **package name** and the **class name** of the app currently visible to the user (i.e., the top app).
3531
- **🛠️ Development & Debugging:** Quickly verify which components are launched, aid in deep-link development, and confirm third-party app interaction.
3632
- **🔧 Reverse Engineering:** Identify key components and packages in external applications for analysis.
3733

38-
---
39-
4034
## ⚙️ How It Works
4135

4236
The monitoring is made possible with two main services: **PackageMonitoringService** and **AccessibilityMonitoringService**.
@@ -45,8 +39,6 @@ The monitoring is made possible with two main services: **PackageMonitoringServi
4539

4640
2. **AccessibilityMonitoringService** complements **PackageMonitoringService** by actively observing window state changes. If a change is detected and confirmed not to be a System class (e.g., `android.view.View`), it immediately updates the popup window.
4741

48-
---
49-
5042
## 📸 Screenshots
5143

5244
<div align="center">
@@ -57,15 +49,11 @@ The monitoring is made possible with two main services: **PackageMonitoringServi
5749
<img src="./.resources/images/screenshot_5.jpg" width="160" height="356" alt="Screenshot 5">
5850
</div>
5951

60-
---
61-
6252
## 🙏 Credits
6353

6454
- [**Wen**](https://github.com/109021017) for the [project base](https://github.com/109021017/android-TopActivity)
6555
- [**Muhtaseem Al Mahmud**](https://github.com/KingMahmud) for project optimization
6656

67-
---
68-
6957
## 📄 License
7058

7159
<div align="center">

0 commit comments

Comments
 (0)