Android project restructuring

This commit is contained in:
albexk 2023-11-16 20:16:28 +03:00
parent bc68c487ee
commit 5a5ea4a018
17 changed files with 46 additions and 48 deletions

View file

@ -21,7 +21,7 @@ namespace
{
AndroidController *s_instance = nullptr;
constexpr auto PERMISSIONHELPER_CLASS = "org/amnezia/vpn/qt/VPNPermissionHelper";
constexpr auto PERMISSIONHELPER_CLASS = "org/amnezia/vpn/VPNPermissionHelper";
} // namespace
AndroidController::AndroidController() : QObject()

View file

@ -15,7 +15,7 @@
namespace
{
AndroidVPNActivity *s_instance = nullptr;
constexpr auto CLASSNAME = "org.amnezia.vpn.qt.VPNActivity";
constexpr auto CLASSNAME = "org.amnezia.vpn.AmneziaActivity";
}
AndroidVPNActivity::AndroidVPNActivity()