mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-16 07:55:06 +00:00
10 lines
424 B
XML
10 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>
|