python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Loading kernel module on samsung s9 device
I trying to load simple kernel module like "hello world" program without success.
The file helloworld.c looks like:
#include <linux/module.h> /* Needed by all modules */
#include...
sivandahan
Votes: 0
Answers: 0
How to disallow copy text from android app to keep corporate data as secured
We are working on a secure app in which we share secure data with corporate users. Since the data needs to be secured and the user shouldn't be able to copy the data.
The issue is, using Samsung Knox,...
Sng
Votes: 0
Answers: 2