<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[son of a bitch]]></title>
        <description><![CDATA[]]></description>
        <link>https://son-of-a-bitch-jhon-show.npub.pro/tag/pricacy/</link>
        <atom:link href="https://son-of-a-bitch-jhon-show.npub.pro/tag/pricacy/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://son-of-a-bitch-jhon-show.npub.pro/tag/pricacy/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[Jhon Show]]></itunes:author>
        <itunes:subtitle><![CDATA[]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[Jhon Show]]></itunes:name>
          <itunes:email><![CDATA[Jhon Show]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Thu, 06 Mar 2025 07:23:05 GMT</pubDate>
      <lastBuildDate>Thu, 06 Mar 2025 07:23:05 GMT</lastBuildDate>
      
      <itunes:image href="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse2.mm.bing.net%2Fth%3Fid%3DOIP.C6eq0TZqrQmu446SEpPr4QHaE9%26pid%3DApi&amp;f=1&amp;ipt=8ecc4e534d487e829f3be5ae752ccf88c0cc7e287d7447ea9ed23f8b12c40fb3&amp;ipo=images" />
      <image>
        <title><![CDATA[son of a bitch]]></title>
        <link>https://son-of-a-bitch-jhon-show.npub.pro/tag/pricacy/</link>
        <url>https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse2.mm.bing.net%2Fth%3Fid%3DOIP.C6eq0TZqrQmu446SEpPr4QHaE9%26pid%3DApi&f=1&ipt=8ecc4e534d487e829f3be5ae752ccf88c0cc7e287d7447ea9ed23f8b12c40fb3&ipo=images</url>
      </image>
      <item>
      <title><![CDATA[🚨 Your Android is watching you!]]></title>
      <description><![CDATA[🚨 Your Android is watching you!

Google has silently installed Android System SafetyCore on your phone without permission, and uninstalling it won’t stop it because it reinstalls automatically.
The only way to stop it is to disable it, preventing Google Play from reinstalling or updating it without your consent.

🔍 Why…]]></description>
             <itunes:subtitle><![CDATA[🚨 Your Android is watching you!

Google has silently installed Android System SafetyCore on your phone without permission, and uninstalling it won’t stop it because it reinstalls automatically.
The only way to stop it is to disable it, preventing Google Play from reinstalling or updating it without your consent.

🔍 Why…]]></itunes:subtitle>
      <pubDate>Thu, 06 Mar 2025 07:23:05 GMT</pubDate>
      <link>https://son-of-a-bitch-jhon-show.npub.pro/post/note13ellrk7mq53wgucah86jwwac7dkkha88jes7cl43227s38exeetsxrq40p/</link>
      <comments>https://son-of-a-bitch-jhon-show.npub.pro/post/note13ellrk7mq53wgucah86jwwac7dkkha88jes7cl43227s38exeetsxrq40p/</comments>
      <guid isPermaLink="false">note13ellrk7mq53wgucah86jwwac7dkkha88jes7cl43227s38exeetsxrq40p</guid>
      <category>pricacy</category>
      
        <media:content url="https://image.nostr.build/034001011cab778f28633f6983ac2bf185865f90ee6fd9ac900db879750af58d.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/034001011cab778f28633f6983ac2bf185865f90ee6fd9ac900db879750af58d.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note13ellrk7mq53wgucah86jwwac7dkkha88jes7cl43227s38exeetsxrq40p</noteId>
      <npub>npub1tf22hhyy5har6uq6eg00lgmv6xefcr3ms2upa4xe8qxey0zc65gqngdadv</npub>
      <dc:creator><![CDATA[son of a bitch]]></dc:creator>
      <content:encoded><![CDATA[<p><br>🚨 Your Android is watching you!<br><br>Google has silently installed Android System SafetyCore on your phone without permission, and uninstalling it won’t stop it because it reinstalls automatically.<br>The only way to stop it is to disable it, preventing Google Play from reinstalling or updating it without your consent.<br><br>🔍 Why Does This Matter?<br>It may be scanning all your media files.<br>In October 2024, Google introduced "Sensitive Content Warnings" in Google Messages, which scan images on-device to detect nudity. Since SafetyCore is linked to Google’s content moderation systems, it’s likely scanning files to classify content without your knowledge. <br>Uninstalling is useless.<br>Even if you remove it, Google Play reinstalls it automatically.<br>No transparency from Google.<br>There’s no clear explanation on what else it does or why it reinstalls itself.<br><br>Honorable mention: it requires 2GB RAM 😳<br><br>🔒 How to disable it?<br>ㅤㅤㅤㅤㅤㅤ⭐ Non-Root<br>1️⃣ Enable USB Debugging <br>(Settings &gt; Developer options).<br>2️⃣ Download &amp; install ADB on your PC.<br>3️⃣ Connect your phone to a PC.<br>4️⃣ Open a terminal and run:<br><br>🌌 Windows Command Prompt:<br>adb shell pm disable-user --user 0 com.google.android.safetycore<br><br>🔟 Windows PowerShell:<br>.\adb shell pm disable-user --user 0 com.google.android.safetycore<br><br>🐧 Mac/Linux Terminal:<br>./adb shell pm disable-user --user 0 com.google.android.safetycore<br><br>ㅤㅤㅤㅤㅤㅤㅤㅤ🎭 Root <br>1️⃣ Download &amp; install Termux on your phone.<br>2️⃣ Open Termux and run:<br>su -c pm disable com.google.android.safetycore<br><br>Take control of your device. Disable it now.<br><br>📱𝗠𝗘𝗢𝗪 𝗗𝗨𝗠𝗣<br><a href='/tag/pricacy/'>#pricacy</a> <a href='/tag/security/'>#security</a> <a href='/tag/android/'>#android</a> <a href='/tag/cybersecurity/'>#cybersecurity</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[son of a bitch]]></itunes:author>
      <itunes:summary><![CDATA[<p><br>🚨 Your Android is watching you!<br><br>Google has silently installed Android System SafetyCore on your phone without permission, and uninstalling it won’t stop it because it reinstalls automatically.<br>The only way to stop it is to disable it, preventing Google Play from reinstalling or updating it without your consent.<br><br>🔍 Why Does This Matter?<br>It may be scanning all your media files.<br>In October 2024, Google introduced "Sensitive Content Warnings" in Google Messages, which scan images on-device to detect nudity. Since SafetyCore is linked to Google’s content moderation systems, it’s likely scanning files to classify content without your knowledge. <br>Uninstalling is useless.<br>Even if you remove it, Google Play reinstalls it automatically.<br>No transparency from Google.<br>There’s no clear explanation on what else it does or why it reinstalls itself.<br><br>Honorable mention: it requires 2GB RAM 😳<br><br>🔒 How to disable it?<br>ㅤㅤㅤㅤㅤㅤ⭐ Non-Root<br>1️⃣ Enable USB Debugging <br>(Settings &gt; Developer options).<br>2️⃣ Download &amp; install ADB on your PC.<br>3️⃣ Connect your phone to a PC.<br>4️⃣ Open a terminal and run:<br><br>🌌 Windows Command Prompt:<br>adb shell pm disable-user --user 0 com.google.android.safetycore<br><br>🔟 Windows PowerShell:<br>.\adb shell pm disable-user --user 0 com.google.android.safetycore<br><br>🐧 Mac/Linux Terminal:<br>./adb shell pm disable-user --user 0 com.google.android.safetycore<br><br>ㅤㅤㅤㅤㅤㅤㅤㅤ🎭 Root <br>1️⃣ Download &amp; install Termux on your phone.<br>2️⃣ Open Termux and run:<br>su -c pm disable com.google.android.safetycore<br><br>Take control of your device. Disable it now.<br><br>📱𝗠𝗘𝗢𝗪 𝗗𝗨𝗠𝗣<br><a href='/tag/pricacy/'>#pricacy</a> <a href='/tag/security/'>#security</a> <a href='/tag/android/'>#android</a> <a href='/tag/cybersecurity/'>#cybersecurity</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/034001011cab778f28633f6983ac2bf185865f90ee6fd9ac900db879750af58d.jpg"/>
      </item>
      
      </channel>
      </rss>
    