Android Android Intent Java Manifest Regex How Can I Perform A Negative Match In Android Intent Filter? May 06, 2023 Post a Comment In an Android manifest, how can I use a negative match in the android:pathPattern? I'd like to … Read more How Can I Perform A Negative Match In Android Intent Filter?
Android Ndk C++ Regex C++ Regex Not Working In Android NDK December 09, 2022 Post a Comment I have the following piece of code #include struct Confs{ std::string regexp; }; class foo { … Read more C++ Regex Not Working In Android NDK