<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Android on AniviaFlome&#39;s Site</title>
    <link>/notes/android/</link>
    <description>Recent content in Android on AniviaFlome&#39;s Site</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 09 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="/notes/android/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Android Remove Work Profile</title>
      <link>/posts/notes/android-remove-work-profile/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>/posts/notes/android-remove-work-profile/</guid>
      <description>&lt;p&gt;Work profiles can be bugged if creating session is interrupted. Solution:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;adb shell pm remove-user 10 --set-ephemeral-if-in-use via adb&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The user id (in this case 10) can be retrieved by using:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;adb shell pm list users&lt;/code&gt;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>