You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
55
+
56
+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
57
+
Don't forget to give this project a star! Thanks again!
58
+
59
+
1. Fork the project
60
+
2. Create your feature branch. (`git checkout -b feature/AmazingFeature`)
61
+
3. Commit your changes. (`git commit -m 'Add some AmazingFeature'`)
62
+
4. Push to the branch. (`git push origin feature/AmazingFeature`)
63
+
5. Open a pull request.
64
+
65
+
## 💡 FAQs
66
+
67
+
### Unable to enable AccessibilityService for Current Activity?
68
+
<details>
69
+
<summary>Click to expand for the answer</summary>
70
+
<br />
71
+
72
+
1. Make sure you are using the global version, and not the version from Play Store.
73
+
***Solution:** Download global version from [Releases](https://github.com/codehasan/Current-Activity/releases)
74
+
2. In Chinese roms, sideloaded third party apps are initially restricted from using AccessibilityService.
75
+
***Solution:** Watch this video in [YouTube](https://youtube.com/shorts/3mw_3TIF0y4)
76
+
77
+
**Still having issues?** Please [open an issue here](https://github.com/codehasan/Current-Activity/issues) and include a screen recording or screenshot of the problem.
78
+
</details>
79
+
80
+
---
81
+
82
+
### Unable to install Current Activity?
83
+
<details>
84
+
<summary>Click to expand for the answer</summary>
85
+
<br />
86
+
87
+
1. If you can't install from Play Store, download and install from GitHub.
88
+
***Solution:** Download global version from [Releases](https://github.com/codehasan/Current-Activity/releases)
89
+
2. If installation is [blocked by Play Protect](./.resources/images/blocked_by_play_protect.jpg),
90
+
1. Open Play Store
91
+
2. Click on your account icon or menu icon and find Play Protect
92
+
3. Open settings in Play Protect and disable all the options
93
+
94
+
**Still having issues?** Please [open an issue here](https://github.com/codehasan/Current-Activity/issues) and include a screen recording or screenshot of the problem.
95
+
</details>
96
+
97
+
---
98
+
99
+
### AccessibilityService auto disabled or not working?
100
+
<details>
101
+
<summary>Click to expand for the answer</summary>
102
+
<br />
103
+
104
+
Some Chinese phones like Xiaomi are known to disable AccessibilityServices automatically.
105
+
1. Open Settings
106
+
2. Search for "autostart"
107
+
3. You may see `Autostart` or `Background autostart` in results, click on it
108
+
4. Find **Current Activity** and enable
109
+
110
+
Watch these videos for more help,
111
+
* Newer versions of Xiaomi - [YouTube](https://youtube.com/shorts/0zE2uj5-Dcg)
112
+
* Older versions of Xiaomi - [YouTube](https://youtube.com/shorts/DeBkBQnUH9A)
113
+
114
+
**Still having issues?** Please [open an issue here](https://github.com/codehasan/Current-Activity/issues) and include a screen recording or screenshot of the problem.
115
+
</details>
116
+
52
117
## 🙏 Credits
53
118
54
-
-[**Wen**](https://github.com/109021017) for the [project base](https://github.com/109021017/android-TopActivity)
119
+
-[**Wen**](https://github.com/109021017) for [core resources](https://github.com/109021017/android-TopActivity)
55
120
-[**Muhtaseem Al Mahmud**](https://github.com/KingMahmud) for project optimization
0 commit comments