<!-- <style>
.dg-modal{width:100%;height:100%; position:fixed; background:rgba(0,0,0,0.4);z-index:99999;top:0px;lefT:0px;display:flex; justify-content:center; align-items:center;display:none;}
.dg-modal-in{background:#fff; width:600px; margin:auto;border:1px solid #000; border-radius:10px;padding:10px;}
.dg-modal-header button{background-color:#ca2222;color:#fff;border:1px solid #ca2222; border-radius:100%; cursor:pointer;font-size:18px;font-weight:bold;width:30px;height:30px;}
.dg-modal-header{display:flex; align-items:center;  justify-content:space-between;border-bottom:1px solid #000;}
</style>
<div class="dg-modal -allowed-popup">
    <div class="dg-modal-in">
        <div class="dg-modal-header">
            <h3 style="font-size:24px;">Notification!</h3>
            <button class="dg-modal-close">X</button>
        </div>
        <div class="dg-modal-body">
            <p style="font-size:24px;text-align:center;color:red;">This feature is only for pro version.</p>
        </div>
        <div style="text-align:right;">
        <button class="dg-modal-close dg-btn">Close</button>
        </div>
        
    </div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function() {
    
    document.querySelectorAll('input[data-allowed]').forEach(function(input) {
        input.addEventListener('change', function(event) {
            let isAllowed = this.getAttribute('data-allowed');
            if (isAllowed === "0") {
                document.querySelectorAll('.-allowed-popup').forEach(function(popup) {
                    popup.style.display = "flex";
                });
                this.checked = false;
            }
            event.preventDefault();
        });
    });

    document.querySelectorAll('button[data-allowed]').forEach(function(button) {
        button.addEventListener('click', function(event) {
            let isAllowed = this.getAttribute('data-allowed');
            if (isAllowed === "0") {
                document.querySelectorAll('.-allowed-popup').forEach(function(popup) {
                    popup.style.display = "flex";
                });
                event.preventDefault();
            }
        });
    });
});

</script> -->
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mobilephoneguru.com/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://mobilephoneguru.com/category/features/</loc>
		<lastmod>2026-02-11T11:24:43+00:00</lastmod>
	</url>
	<url>
		<loc>https://mobilephoneguru.com/category/basics/</loc>
		<lastmod>2026-02-02T07:30:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://mobilephoneguru.com/category/how-to/</loc>
		<lastmod>2026-02-10T10:43:40+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->