{"package_name":"com.strawing.fuckdevicepolicy","name":"FuckDevicePolicy","summary":"render user restriction policy (e.g work profile policies) nonfunctional","category":"Xposed","icon_url":null,"latest_version_code":1,"latest_version_name":"1.0","apk_url":"/api/apk/com.strawing.fuckdevicepolicy","apk_size":4151542,"apk_sha256":"c399ab6d243ee61d759bc866183188ba49e22d8b0853c8045b70cdb08a6a301c","source_kind":"fdroid-repo","repo_slug":"izzyondroid","last_updated":1779371400,"release_timestamp":1675641600,"description":"<p><i>FuckDevicePolicy</i> is an Xposed module that lets you render some user restriction policies (set by Device Admin App or Work Profile, e.g. Microsoft Intune) nonfunctional. Especially some device-wide policies, even it is in the Work Profile but affected the outside whole android environment (Your Personal Profile).</p><p>For example, since Android 10, a new feature for Work Profile added: <a href='https://developer.android.com/work/versions/android-10#work_profile_device-wide_unknown_sources' target='_blank' rel='nofollow noopener'><code>DISALLOW_INSTALL_UNKNOWN_SOURCES_GLOBALLY</code></a>, value is \"no_install_unknown_sources_globally\"). This allows the Work Profile App (For example, Microsoft Intune, aka Company Portal) disable the permission of installing APKs from unknown source <b>GLOBALLY</b>, even its inside the Work Profile, then you also can not install APKs in your personal profile! Another example of device-wide restriction is <code>ensure_verify_apps</code>, which can make Google Play Protect always enable.</p><p>If you are facing these problem, just use this Xposed module.</p><p>Check <a href='https://developer.android.com/reference/android/os/UserManager' target='_blank' rel='nofollow noopener'>UserManager</a> to get all restriction policy values (See [Constant Value]). Put those you want to disable in this module's App, one line one policy value. Use <code>dumpsys device_policy</code> (run via <code>adb shell</code> or root) to check what restriction policies applied on your device (under [userRestrictions:] section).</p><p>Only apply this module to [System Framework] (which is the default scope setting), no need to apply to any other apps, especially DO NOT apply to Microsoft Intune, otherwise your Xposed and ROOT will be detected.</p><p>Due to LSPosed's <a href='https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences' target='_blank' rel='nofollow noopener'>New XSharedPreferences</a>, if you are using LSPosed, please Activate this modu","categories":["Xposed","System"]}