All Projects → derohimat → Kioskmode Android

derohimat / Kioskmode Android

Screen Pinning Android Lollipop with enable Device Administrator without Root needed

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Kioskmode Android

Lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
Stars: ✭ 299 (+647.5%)
Mutual labels:  lock
Spring Boot Klock Starter
基于redis的分布式锁组件,简单方便快捷接入项目,使项目拥有分布式锁能力
Stars: ✭ 546 (+1265%)
Mutual labels:  lock
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-55%)
Mutual labels:  lock
Play Samples
Stars: ✭ 335 (+737.5%)
Mutual labels:  example-project
Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+1052.5%)
Mutual labels:  example-project
Redlock Php
Redis distributed locks in PHP
Stars: ✭ 651 (+1527.5%)
Mutual labels:  lock
Body Scroll Lock
Body scroll locking that just works with everything 😏
Stars: ✭ 3,357 (+8292.5%)
Mutual labels:  lock
Asp.net User Role Membership Example
Asp.Net Core Mvc Full Implementation Example of User Role & Membership.
Stars: ✭ 33 (-17.5%)
Mutual labels:  example-project
Passcodeview
Material Design PasscodeView for Android.
Stars: ✭ 513 (+1182.5%)
Mutual labels:  lock
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-82.5%)
Mutual labels:  example-project
Diplomat
A HTTP Ruby API for Consul
Stars: ✭ 358 (+795%)
Mutual labels:  lock
Redlock Rb
Redlock is a redis-based distributed lock implementation in Ruby
Stars: ✭ 385 (+862.5%)
Mutual labels:  lock
Lock
Lock library to provide serialized execution of PHP code.
Stars: ✭ 775 (+1837.5%)
Mutual labels:  lock
Go Realworld Clean
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
Stars: ✭ 301 (+652.5%)
Mutual labels:  example-project
Dyfauthidandgesturelock
手势密码解锁和 TouchID (指纹) / FaceID(面容) 解锁,代码简洁高效。(Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking, its code is concise and efficient.) https://github.com/dgynfi/DYFAuthIDAndGestureLock
Stars: ✭ 20 (-50%)
Mutual labels:  lock
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+44830%)
Mutual labels:  lock
React Ssr
A baseline for server side rendering for your React application
Stars: ✭ 554 (+1285%)
Mutual labels:  example-project
Lock
Auth0's signin solution
Stars: ✭ 997 (+2392.5%)
Mutual labels:  lock
Adhokku
A toy PaaS
Stars: ✭ 32 (-20%)
Mutual labels:  example-project
Calculator
Simple calculator built with React
Stars: ✭ 833 (+1982.5%)
Mutual labels:  example-project

KioskMode-Android

Screen Pinning Android Lollipop without Rooting

Set as Admin open CMD

adb shell dpm set-device-owner net.derohimat.kioskmodesample/.AdminReceiver

If you want allow some apps

thanks for yurik94

https://github.com/derohimat/KioskMode-Android/issues/2#issuecomment-434504722

mDpm.setLockTaskPackages(
                    deviceAdmin, //deviceAdmin = new ComponentName(this, AdminReceiver.class);
                    whitelistedPackages); //String[]

License

Copyright 2016 Deni Rohimat

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].