Commit cd8fd0c
committed
[Accessibility] Ignore Resources.NotFoundException
In some custom ROMs (e.g., Huawei), the AOSP-default string names are not used
which causes the app to crash as it attempts to get the value of those strings.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>1 parent b64f7ba commit cd8fd0c
1 file changed
Lines changed: 8 additions & 3 deletions
File tree
- app/src/main/java/io/github/muntashirakon/AppManager/accessibility
app/src/main/java/io/github/muntashirakon/AppManager/accessibility/NoRootAccessibilityService.java
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
| |||
0 commit comments