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)
How to locally manage an android device?
I am creating a personal application that can locally manage/control an android device. In particular, I want to be able to do things such as lock down the device, enforce password policies, and wipe ...
PocoDot108
Votes: 0
Answers: 1
Does AOSP or Graphene OS support COPE mode for enterprise device enrolment from setup wizard
I am looking for a solution to customize the setup wizard app in Graphene OS to ask for QRCode based device enrollment in COPE mode
The idea is to complete the organization managed device profile setu...
Jarvis
Votes: 0
Answers: 0
PackageManager.getPackageArchiveInfo with GET_SIGNING_CERTIFICATES returning null signing info
I am trying to get the signatures from an apk file prior to installing, however I am getting null signingInfo object. The PackageInfo is properly populated with all of the other data related to the pa...
JeremyK
Votes: 0
Answers: 1
Use setRequiredPasswordComplexity(passwordComplexity : Int) in API less than 31
I want to set password policy on screen lock and now I use setPasswordQuality(ComponentName admin, int quality) in DevicePolicyManager but this method is deprecated on API 31 and they add new method(s...
nazanin
Votes: 0
Answers: 2