Install, build and debug a react native app in WSL2 (Windows Subsystem for Linux) and Ubuntu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// We should have this 2 permissions to get the recent app | |
<uses-permission android:name="android.permission.GET_TASKS" /> | |
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" /> | |
// we should register our service in manifest file |