Syahriel Ibnu Irfansyah

Results 35 comments of Syahriel Ibnu Irfansyah

Implemented at commit 05c95a12d84a7c605cfb6714c5c1db18021e024c , Can be set at `Settings > System Settings > Prioritize TV Intent`, it is defaults to `Yes` if the device is detected as TV. Need...

@DarkCrypt > * System Settings -> Show hidden apps > = Doesn't show system apps in apps list when toggled yes It seems that I have to update the description...

@DarkCrypt what brand is Android TV? I cannot find any trace of Accessibility activity on [Android 10 Tv AOSP Settings manifest](https://android.googlesource.com/platform/packages/apps/TvSettings/+/refs/heads/android10-c2f2-release/Settings/AndroidManifest.xml). in the [newer version of Android Tv OS settings](https://android.googlesource.com/platform/packages/apps/TvSettings/+/refs/heads/android14-release/Settings/AndroidManifest.xml#1125),...

@DarkCrypt > It's the old version of Walmart's Onn 4k TV box, it's talked about in this [XDA](https://www.xda-developers.com/walmart-onn-android-tv-4k-review/) post. From what I read, it is an AOSP-based Android TV box,...

@DarkCrypt Hmm.. looks like we will keep hitting dead ends if we keep on finding how to open the Accessibility Settings page directly using intent this way. Your suggestion about...

@DarkCrypt The new setting shortcut item implementation is available in the [latest](https://github.com/EmiyaSyahriel/CrossLauncher/actions/runs/7532113500) Action Build. can you check it? I added something to the implementation though, instead of bringing user directly...

@DarkCrypt I removed the Exception filter for the dialog to appear, it previously only when it get `ActivityNotFoundException` but now it catches all and displays what exception that triggers the...

@DarkCrypt Is it a Toast from Android (usually screen bottom or top left) or inside CrossLauncher (Top-right, PS3 Style)? I don't remember calling Android Toast around the Launcher's Setting Shortcut...

@DarkCrypt If that's the case then I'm pretty much can't do anything about it since Android did not give any info to the launcher regarding this, all the launcher know...

@DarkCrypt I implemented it anyway, almost exactly like how they implement it, can you check the [Latest Action](https://github.com/EmiyaSyahriel/CrossLauncher/actions/runs/7601594170) once again?