mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-15 23:45:06 +00:00
9 lines
424 B
XML
9 lines
424 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!--
|
|
<PreferenceCategory android:title="@string/google_settings_header_title" />
|
|
<PreferenceScreen android:title="@string/maps_settings_title" android:key="key1">
|
|
<intent android:action="com.google.android.apps.maps.LOCATION_SETTINGS" />
|
|
</PreferenceScreen> -->
|
|
</PreferenceScreen>
|