Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 70.31 KB | None | 0 0
  1.   <activity android:theme="@style/Theme.Maps" android:name="com.google.android.maps.MapsActivity" android:process="com.google.android.apps.maps" android:launchMode="singleTask" android:configChanges="locale|keyboard|keyboardHidden|orientation">
  2.             <intent-filter android:label="@string/MAPS_APP_NAME">
  3.                 <action android:name="android.intent.action.MAIN" />
  4.                 <category android:name="android.intent.category.DEFAULT" />
  5.                 <category android:name="android.intent.category.LAUNCHER" />
  6.             </intent-filter>
  7.             <intent-filter android:label="@string/MAPS_APP_NAME">
  8.                 <action android:name="android.intent.action.VIEW" />
  9.                 <category android:name="android.intent.category.DEFAULT" />
  10.                 <data android:mimeType="vnd.android.cursor.item/postal-address" />
  11.             </intent-filter>
  12.             <intent-filter android:label="@string/MAPS_APP_NAME">
  13.                 <action android:name="android.intent.action.VIEW" />
  14.                 <category android:name="android.intent.category.DEFAULT" />
  15.                 <data android:mimeType="vnd.android.cursor.item/postal-address_v2" />
  16.             </intent-filter>
  17.             <intent-filter android:label="@string/MAPS_APP_NAME">
  18.                 <action android:name="android.intent.action.VIEW" />
  19.                 <category android:name="android.intent.category.DEFAULT" />
  20.                 <category android:name="android.intent.category.BROWSABLE" />
  21.                 <data android:scheme="geo" />
  22.             </intent-filter>
  23.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  24.                 <action android:name="android.intent.action.VIEW" />
  25.                 <category android:name="android.intent.category.DEFAULT" />
  26.                 <category android:name="android.intent.category.BROWSABLE" />
  27.                 <data android:scheme="latitude" />
  28.             </intent-filter>
  29.             <intent-filter>
  30.                 <action android:name="android.intent.action.VIEW" />
  31.                 <category android:name="android.intent.category.DEFAULT" />
  32.                 <category android:name="android.intent.category.BROWSABLE" />
  33.                 <data android:scheme="http" android:host="maps.google.com.au" android:path="/" />
  34.             </intent-filter>
  35.             <intent-filter>
  36.                 <action android:name="android.intent.action.VIEW" />
  37.                 <category android:name="android.intent.category.DEFAULT" />
  38.                 <category android:name="android.intent.category.BROWSABLE" />
  39.                 <data android:scheme="http" android:host="maps.google.com.au" android:pathPrefix="/maps" />
  40.             </intent-filter>
  41.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  42.                 <action android:name="android.intent.action.VIEW" />
  43.                 <category android:name="android.intent.category.DEFAULT" />
  44.                 <category android:name="android.intent.category.BROWSABLE" />
  45.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  46.             </intent-filter>
  47.             <intent-filter>
  48.                 <action android:name="android.intent.action.VIEW" />
  49.                 <category android:name="android.intent.category.DEFAULT" />
  50.                 <category android:name="android.intent.category.BROWSABLE" />
  51.                 <data android:scheme="http" android:host="maps.google.be" android:path="/" />
  52.             </intent-filter>
  53.             <intent-filter>
  54.                 <action android:name="android.intent.action.VIEW" />
  55.                 <category android:name="android.intent.category.DEFAULT" />
  56.                 <category android:name="android.intent.category.BROWSABLE" />
  57.                 <data android:scheme="http" android:host="maps.google.be" android:pathPrefix="/maps" />
  58.             </intent-filter>
  59.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  60.                 <action android:name="android.intent.action.VIEW" />
  61.                 <category android:name="android.intent.category.DEFAULT" />
  62.                 <category android:name="android.intent.category.BROWSABLE" />
  63.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  64.             </intent-filter>
  65.             <intent-filter>
  66.                 <action android:name="android.intent.action.VIEW" />
  67.                 <category android:name="android.intent.category.DEFAULT" />
  68.                 <category android:name="android.intent.category.BROWSABLE" />
  69.                 <data android:scheme="http" android:host="maps.google.com.br" android:path="/" />
  70.             </intent-filter>
  71.             <intent-filter>
  72.                 <action android:name="android.intent.action.VIEW" />
  73.                 <category android:name="android.intent.category.DEFAULT" />
  74.                 <category android:name="android.intent.category.BROWSABLE" />
  75.                 <data android:scheme="http" android:host="maps.google.com.br" android:pathPrefix="/maps" />
  76.             </intent-filter>
  77.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  78.                 <action android:name="android.intent.action.VIEW" />
  79.                 <category android:name="android.intent.category.DEFAULT" />
  80.                 <category android:name="android.intent.category.BROWSABLE" />
  81.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  82.             </intent-filter>
  83.             <intent-filter>
  84.                 <action android:name="android.intent.action.VIEW" />
  85.                 <category android:name="android.intent.category.DEFAULT" />
  86.                 <category android:name="android.intent.category.BROWSABLE" />
  87.                 <data android:scheme="http" android:host="maps.google.ca" android:path="/" />
  88.             </intent-filter>
  89.             <intent-filter>
  90.                 <action android:name="android.intent.action.VIEW" />
  91.                 <category android:name="android.intent.category.DEFAULT" />
  92.                 <category android:name="android.intent.category.BROWSABLE" />
  93.                 <data android:scheme="http" android:host="maps.google.ca" android:pathPrefix="/maps" />
  94.             </intent-filter>
  95.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  96.                 <action android:name="android.intent.action.VIEW" />
  97.                 <category android:name="android.intent.category.DEFAULT" />
  98.                 <category android:name="android.intent.category.BROWSABLE" />
  99.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  100.             </intent-filter>
  101.             <intent-filter>
  102.                 <action android:name="android.intent.action.VIEW" />
  103.                 <category android:name="android.intent.category.DEFAULT" />
  104.                 <category android:name="android.intent.category.BROWSABLE" />
  105.                 <data android:scheme="http" android:host="maps.google.fr" android:path="/" />
  106.             </intent-filter>
  107.             <intent-filter>
  108.                 <action android:name="android.intent.action.VIEW" />
  109.                 <category android:name="android.intent.category.DEFAULT" />
  110.                 <category android:name="android.intent.category.BROWSABLE" />
  111.                 <data android:scheme="http" android:host="maps.google.fr" android:pathPrefix="/maps" />
  112.             </intent-filter>
  113.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  114.                 <action android:name="android.intent.action.VIEW" />
  115.                 <category android:name="android.intent.category.DEFAULT" />
  116.                 <category android:name="android.intent.category.BROWSABLE" />
  117.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  118.             </intent-filter>
  119.             <intent-filter>
  120.                 <action android:name="android.intent.action.VIEW" />
  121.                 <category android:name="android.intent.category.DEFAULT" />
  122.                 <category android:name="android.intent.category.BROWSABLE" />
  123.                 <data android:scheme="http" android:host="maps.google.de" android:path="/" />
  124.             </intent-filter>
  125.             <intent-filter>
  126.                 <action android:name="android.intent.action.VIEW" />
  127.                 <category android:name="android.intent.category.DEFAULT" />
  128.                 <category android:name="android.intent.category.BROWSABLE" />
  129.                 <data android:scheme="http" android:host="maps.google.de" android:pathPrefix="/maps" />
  130.             </intent-filter>
  131.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  132.                 <action android:name="android.intent.action.VIEW" />
  133.                 <category android:name="android.intent.category.DEFAULT" />
  134.                 <category android:name="android.intent.category.BROWSABLE" />
  135.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  136.             </intent-filter>
  137.             <intent-filter>
  138.                 <action android:name="android.intent.action.VIEW" />
  139.                 <category android:name="android.intent.category.DEFAULT" />
  140.                 <category android:name="android.intent.category.BROWSABLE" />
  141.                 <data android:scheme="http" android:host="maps.google.co.in" android:path="/" />
  142.             </intent-filter>
  143.             <intent-filter>
  144.                 <action android:name="android.intent.action.VIEW" />
  145.                 <category android:name="android.intent.category.DEFAULT" />
  146.                 <category android:name="android.intent.category.BROWSABLE" />
  147.                 <data android:scheme="http" android:host="maps.google.co.in" android:pathPrefix="/maps" />
  148.             </intent-filter>
  149.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  150.                 <action android:name="android.intent.action.VIEW" />
  151.                 <category android:name="android.intent.category.DEFAULT" />
  152.                 <category android:name="android.intent.category.BROWSABLE" />
  153.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  154.             </intent-filter>
  155.             <intent-filter>
  156.                 <action android:name="android.intent.action.VIEW" />
  157.                 <category android:name="android.intent.category.DEFAULT" />
  158.                 <category android:name="android.intent.category.BROWSABLE" />
  159.                 <data android:scheme="http" android:host="maps.google.it" android:path="/" />
  160.             </intent-filter>
  161.             <intent-filter>
  162.                 <action android:name="android.intent.action.VIEW" />
  163.                 <category android:name="android.intent.category.DEFAULT" />
  164.                 <category android:name="android.intent.category.BROWSABLE" />
  165.                 <data android:scheme="http" android:host="maps.google.it" android:pathPrefix="/maps" />
  166.             </intent-filter>
  167.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  168.                 <action android:name="android.intent.action.VIEW" />
  169.                 <category android:name="android.intent.category.DEFAULT" />
  170.                 <category android:name="android.intent.category.BROWSABLE" />
  171.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  172.             </intent-filter>
  173.             <intent-filter>
  174.                 <action android:name="android.intent.action.VIEW" />
  175.                 <category android:name="android.intent.category.DEFAULT" />
  176.                 <category android:name="android.intent.category.BROWSABLE" />
  177.                 <data android:scheme="http" android:host="maps.google.co.jp" android:path="/" />
  178.             </intent-filter>
  179.             <intent-filter>
  180.                 <action android:name="android.intent.action.VIEW" />
  181.                 <category android:name="android.intent.category.DEFAULT" />
  182.                 <category android:name="android.intent.category.BROWSABLE" />
  183.                 <data android:scheme="http" android:host="maps.google.co.jp" android:pathPrefix="/maps" />
  184.             </intent-filter>
  185.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  186.                 <action android:name="android.intent.action.VIEW" />
  187.                 <category android:name="android.intent.category.DEFAULT" />
  188.                 <category android:name="android.intent.category.BROWSABLE" />
  189.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  190.             </intent-filter>
  191.             <intent-filter>
  192.                 <action android:name="android.intent.action.VIEW" />
  193.                 <category android:name="android.intent.category.DEFAULT" />
  194.                 <category android:name="android.intent.category.BROWSABLE" />
  195.                 <data android:scheme="http" android:host="maps.google.nl" android:path="/" />
  196.             </intent-filter>
  197.             <intent-filter>
  198.                 <action android:name="android.intent.action.VIEW" />
  199.                 <category android:name="android.intent.category.DEFAULT" />
  200.                 <category android:name="android.intent.category.BROWSABLE" />
  201.                 <data android:scheme="http" android:host="maps.google.nl" android:pathPrefix="/maps" />
  202.             </intent-filter>
  203.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  204.                 <action android:name="android.intent.action.VIEW" />
  205.                 <category android:name="android.intent.category.DEFAULT" />
  206.                 <category android:name="android.intent.category.BROWSABLE" />
  207.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  208.             </intent-filter>
  209.             <intent-filter>
  210.                 <action android:name="android.intent.action.VIEW" />
  211.                 <category android:name="android.intent.category.DEFAULT" />
  212.                 <category android:name="android.intent.category.BROWSABLE" />
  213.                 <data android:scheme="http" android:host="maps.google.no" android:path="/" />
  214.             </intent-filter>
  215.             <intent-filter>
  216.                 <action android:name="android.intent.action.VIEW" />
  217.                 <category android:name="android.intent.category.DEFAULT" />
  218.                 <category android:name="android.intent.category.BROWSABLE" />
  219.                 <data android:scheme="http" android:host="maps.google.no" android:pathPrefix="/maps" />
  220.             </intent-filter>
  221.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  222.                 <action android:name="android.intent.action.VIEW" />
  223.                 <category android:name="android.intent.category.DEFAULT" />
  224.                 <category android:name="android.intent.category.BROWSABLE" />
  225.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  226.             </intent-filter>
  227.             <intent-filter>
  228.                 <action android:name="android.intent.action.VIEW" />
  229.                 <category android:name="android.intent.category.DEFAULT" />
  230.                 <category android:name="android.intent.category.BROWSABLE" />
  231.                 <data android:scheme="http" android:host="maps.google.pl" android:path="/" />
  232.             </intent-filter>
  233.             <intent-filter>
  234.                 <action android:name="android.intent.action.VIEW" />
  235.                 <category android:name="android.intent.category.DEFAULT" />
  236.                 <category android:name="android.intent.category.BROWSABLE" />
  237.                 <data android:scheme="http" android:host="maps.google.pl" android:pathPrefix="/maps" />
  238.             </intent-filter>
  239.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  240.                 <action android:name="android.intent.action.VIEW" />
  241.                 <category android:name="android.intent.category.DEFAULT" />
  242.                 <category android:name="android.intent.category.BROWSABLE" />
  243.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  244.             </intent-filter>
  245.             <intent-filter>
  246.                 <action android:name="android.intent.action.VIEW" />
  247.                 <category android:name="android.intent.category.DEFAULT" />
  248.                 <category android:name="android.intent.category.BROWSABLE" />
  249.                 <data android:scheme="http" android:host="maps.google.ru" android:path="/" />
  250.             </intent-filter>
  251.             <intent-filter>
  252.                 <action android:name="android.intent.action.VIEW" />
  253.                 <category android:name="android.intent.category.DEFAULT" />
  254.                 <category android:name="android.intent.category.BROWSABLE" />
  255.                 <data android:scheme="http" android:host="maps.google.ru" android:pathPrefix="/maps" />
  256.             </intent-filter>
  257.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  258.                 <action android:name="android.intent.action.VIEW" />
  259.                 <category android:name="android.intent.category.DEFAULT" />
  260.                 <category android:name="android.intent.category.BROWSABLE" />
  261.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  262.             </intent-filter>
  263.             <intent-filter>
  264.                 <action android:name="android.intent.action.VIEW" />
  265.                 <category android:name="android.intent.category.DEFAULT" />
  266.                 <category android:name="android.intent.category.BROWSABLE" />
  267.                 <data android:scheme="http" android:host="maps.google.es" android:path="/" />
  268.             </intent-filter>
  269.             <intent-filter>
  270.                 <action android:name="android.intent.action.VIEW" />
  271.                 <category android:name="android.intent.category.DEFAULT" />
  272.                 <category android:name="android.intent.category.BROWSABLE" />
  273.                 <data android:scheme="http" android:host="maps.google.es" android:pathPrefix="/maps" />
  274.             </intent-filter>
  275.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  276.                 <action android:name="android.intent.action.VIEW" />
  277.                 <category android:name="android.intent.category.DEFAULT" />
  278.                 <category android:name="android.intent.category.BROWSABLE" />
  279.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  280.             </intent-filter>
  281.             <intent-filter>
  282.                 <action android:name="android.intent.action.VIEW" />
  283.                 <category android:name="android.intent.category.DEFAULT" />
  284.                 <category android:name="android.intent.category.BROWSABLE" />
  285.                 <data android:scheme="http" android:host="maps.google.ch" android:path="/" />
  286.             </intent-filter>
  287.             <intent-filter>
  288.                 <action android:name="android.intent.action.VIEW" />
  289.                 <category android:name="android.intent.category.DEFAULT" />
  290.                 <category android:name="android.intent.category.BROWSABLE" />
  291.                 <data android:scheme="http" android:host="maps.google.ch" android:pathPrefix="/maps" />
  292.             </intent-filter>
  293.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  294.                 <action android:name="android.intent.action.VIEW" />
  295.                 <category android:name="android.intent.category.DEFAULT" />
  296.                 <category android:name="android.intent.category.BROWSABLE" />
  297.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  298.             </intent-filter>
  299.             <intent-filter>
  300.                 <action android:name="android.intent.action.VIEW" />
  301.                 <category android:name="android.intent.category.DEFAULT" />
  302.                 <category android:name="android.intent.category.BROWSABLE" />
  303.                 <data android:scheme="http" android:host="maps.google.com.tw" android:path="/" />
  304.             </intent-filter>
  305.             <intent-filter>
  306.                 <action android:name="android.intent.action.VIEW" />
  307.                 <category android:name="android.intent.category.DEFAULT" />
  308.                 <category android:name="android.intent.category.BROWSABLE" />
  309.                 <data android:scheme="http" android:host="maps.google.com.tw" android:pathPrefix="/maps" />
  310.             </intent-filter>
  311.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  312.                 <action android:name="android.intent.action.VIEW" />
  313.                 <category android:name="android.intent.category.DEFAULT" />
  314.                 <category android:name="android.intent.category.BROWSABLE" />
  315.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  316.             </intent-filter>
  317.             <intent-filter>
  318.                 <action android:name="android.intent.action.VIEW" />
  319.                 <category android:name="android.intent.category.DEFAULT" />
  320.                 <category android:name="android.intent.category.BROWSABLE" />
  321.                 <data android:scheme="http" android:host="maps.google.co.uk" android:path="/" />
  322.             </intent-filter>
  323.             <intent-filter>
  324.                 <action android:name="android.intent.action.VIEW" />
  325.                 <category android:name="android.intent.category.DEFAULT" />
  326.                 <category android:name="android.intent.category.BROWSABLE" />
  327.                 <data android:scheme="http" android:host="maps.google.co.uk" android:pathPrefix="/maps" />
  328.             </intent-filter>
  329.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  330.                 <action android:name="android.intent.action.VIEW" />
  331.                 <category android:name="android.intent.category.DEFAULT" />
  332.                 <category android:name="android.intent.category.BROWSABLE" />
  333.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  334.             </intent-filter>
  335.             <intent-filter>
  336.                 <action android:name="android.intent.action.VIEW" />
  337.                 <category android:name="android.intent.category.DEFAULT" />
  338.                 <category android:name="android.intent.category.BROWSABLE" />
  339.                 <data android:scheme="http" android:host="maps.google.com" android:path="/" />
  340.             </intent-filter>
  341.             <intent-filter>
  342.                 <action android:name="android.intent.action.VIEW" />
  343.                 <category android:name="android.intent.category.DEFAULT" />
  344.                 <category android:name="android.intent.category.BROWSABLE" />
  345.                 <data android:scheme="http" android:host="maps.google.com" android:pathPrefix="/maps" />
  346.             </intent-filter>
  347.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  348.                 <action android:name="android.intent.action.VIEW" />
  349.                 <category android:name="android.intent.category.DEFAULT" />
  350.                 <category android:name="android.intent.category.BROWSABLE" />
  351.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  352.             </intent-filter>
  353.             <intent-filter>
  354.                 <action android:name="android.intent.action.VIEW" />
  355.                 <category android:name="android.intent.category.DEFAULT" />
  356.                 <category android:name="android.intent.category.BROWSABLE" />
  357.                 <data android:scheme="http" android:host="maps.google.com.ar" android:path="/" />
  358.             </intent-filter>
  359.             <intent-filter>
  360.                 <action android:name="android.intent.action.VIEW" />
  361.                 <category android:name="android.intent.category.DEFAULT" />
  362.                 <category android:name="android.intent.category.BROWSABLE" />
  363.                 <data android:scheme="http" android:host="maps.google.com.ar" android:pathPrefix="/maps" />
  364.             </intent-filter>
  365.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  366.                 <action android:name="android.intent.action.VIEW" />
  367.                 <category android:name="android.intent.category.DEFAULT" />
  368.                 <category android:name="android.intent.category.BROWSABLE" />
  369.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  370.             </intent-filter>
  371.             <intent-filter>
  372.                 <action android:name="android.intent.action.VIEW" />
  373.                 <category android:name="android.intent.category.DEFAULT" />
  374.                 <category android:name="android.intent.category.BROWSABLE" />
  375.                 <data android:scheme="http" android:host="maps.google.at" android:path="/" />
  376.             </intent-filter>
  377.             <intent-filter>
  378.                 <action android:name="android.intent.action.VIEW" />
  379.                 <category android:name="android.intent.category.DEFAULT" />
  380.                 <category android:name="android.intent.category.BROWSABLE" />
  381.                 <data android:scheme="http" android:host="maps.google.at" android:pathPrefix="/maps" />
  382.             </intent-filter>
  383.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  384.                 <action android:name="android.intent.action.VIEW" />
  385.                 <category android:name="android.intent.category.DEFAULT" />
  386.                 <category android:name="android.intent.category.BROWSABLE" />
  387.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  388.             </intent-filter>
  389.             <intent-filter>
  390.                 <action android:name="android.intent.action.VIEW" />
  391.                 <category android:name="android.intent.category.DEFAULT" />
  392.                 <category android:name="android.intent.category.BROWSABLE" />
  393.                 <data android:scheme="http" android:host="maps.google.cl" android:path="/" />
  394.             </intent-filter>
  395.             <intent-filter>
  396.                 <action android:name="android.intent.action.VIEW" />
  397.                 <category android:name="android.intent.category.DEFAULT" />
  398.                 <category android:name="android.intent.category.BROWSABLE" />
  399.                 <data android:scheme="http" android:host="maps.google.cl" android:pathPrefix="/maps" />
  400.             </intent-filter>
  401.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  402.                 <action android:name="android.intent.action.VIEW" />
  403.                 <category android:name="android.intent.category.DEFAULT" />
  404.                 <category android:name="android.intent.category.BROWSABLE" />
  405.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  406.             </intent-filter>
  407.             <intent-filter>
  408.                 <action android:name="android.intent.action.VIEW" />
  409.                 <category android:name="android.intent.category.DEFAULT" />
  410.                 <category android:name="android.intent.category.BROWSABLE" />
  411.                 <data android:scheme="http" android:host="ditu.google.cn" android:path="/" />
  412.             </intent-filter>
  413.             <intent-filter>
  414.                 <action android:name="android.intent.action.VIEW" />
  415.                 <category android:name="android.intent.category.DEFAULT" />
  416.                 <category android:name="android.intent.category.BROWSABLE" />
  417.                 <data android:scheme="http" android:host="ditu.google.cn" android:pathPrefix="/maps" />
  418.             </intent-filter>
  419.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  420.                 <action android:name="android.intent.action.VIEW" />
  421.                 <category android:name="android.intent.category.DEFAULT" />
  422.                 <category android:name="android.intent.category.BROWSABLE" />
  423.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  424.             </intent-filter>
  425.             <intent-filter>
  426.                 <action android:name="android.intent.action.VIEW" />
  427.                 <category android:name="android.intent.category.DEFAULT" />
  428.                 <category android:name="android.intent.category.BROWSABLE" />
  429.                 <data android:scheme="http" android:host="ditu.google.com" android:path="/" />
  430.             </intent-filter>
  431.             <intent-filter>
  432.                 <action android:name="android.intent.action.VIEW" />
  433.                 <category android:name="android.intent.category.DEFAULT" />
  434.                 <category android:name="android.intent.category.BROWSABLE" />
  435.                 <data android:scheme="http" android:host="ditu.google.com" android:pathPrefix="/maps" />
  436.             </intent-filter>
  437.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  438.                 <action android:name="android.intent.action.VIEW" />
  439.                 <category android:name="android.intent.category.DEFAULT" />
  440.                 <category android:name="android.intent.category.BROWSABLE" />
  441.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  442.             </intent-filter>
  443.             <intent-filter>
  444.                 <action android:name="android.intent.action.VIEW" />
  445.                 <category android:name="android.intent.category.DEFAULT" />
  446.                 <category android:name="android.intent.category.BROWSABLE" />
  447.                 <data android:scheme="http" android:host="maps.google.cz" android:path="/" />
  448.             </intent-filter>
  449.             <intent-filter>
  450.                 <action android:name="android.intent.action.VIEW" />
  451.                 <category android:name="android.intent.category.DEFAULT" />
  452.                 <category android:name="android.intent.category.BROWSABLE" />
  453.                 <data android:scheme="http" android:host="maps.google.cz" android:pathPrefix="/maps" />
  454.             </intent-filter>
  455.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  456.                 <action android:name="android.intent.action.VIEW" />
  457.                 <category android:name="android.intent.category.DEFAULT" />
  458.                 <category android:name="android.intent.category.BROWSABLE" />
  459.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  460.             </intent-filter>
  461.             <intent-filter>
  462.                 <action android:name="android.intent.action.VIEW" />
  463.                 <category android:name="android.intent.category.DEFAULT" />
  464.                 <category android:name="android.intent.category.BROWSABLE" />
  465.                 <data android:scheme="http" android:host="maps.google.dk" android:path="/" />
  466.             </intent-filter>
  467.             <intent-filter>
  468.                 <action android:name="android.intent.action.VIEW" />
  469.                 <category android:name="android.intent.category.DEFAULT" />
  470.                 <category android:name="android.intent.category.BROWSABLE" />
  471.                 <data android:scheme="http" android:host="maps.google.dk" android:pathPrefix="/maps" />
  472.             </intent-filter>
  473.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  474.                 <action android:name="android.intent.action.VIEW" />
  475.                 <category android:name="android.intent.category.DEFAULT" />
  476.                 <category android:name="android.intent.category.BROWSABLE" />
  477.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  478.             </intent-filter>
  479.             <intent-filter>
  480.                 <action android:name="android.intent.action.VIEW" />
  481.                 <category android:name="android.intent.category.DEFAULT" />
  482.                 <category android:name="android.intent.category.BROWSABLE" />
  483.                 <data android:scheme="http" android:host="maps.google.fi" android:path="/" />
  484.             </intent-filter>
  485.             <intent-filter>
  486.                 <action android:name="android.intent.action.VIEW" />
  487.                 <category android:name="android.intent.category.DEFAULT" />
  488.                 <category android:name="android.intent.category.BROWSABLE" />
  489.                 <data android:scheme="http" android:host="maps.google.fi" android:pathPrefix="/maps" />
  490.             </intent-filter>
  491.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  492.                 <action android:name="android.intent.action.VIEW" />
  493.                 <category android:name="android.intent.category.DEFAULT" />
  494.                 <category android:name="android.intent.category.BROWSABLE" />
  495.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  496.             </intent-filter>
  497.             <intent-filter>
  498.                 <action android:name="android.intent.action.VIEW" />
  499.                 <category android:name="android.intent.category.DEFAULT" />
  500.                 <category android:name="android.intent.category.BROWSABLE" />
  501.                 <data android:scheme="http" android:host="maps.google.com.hk" android:path="/" />
  502.             </intent-filter>
  503.             <intent-filter>
  504.                 <action android:name="android.intent.action.VIEW" />
  505.                 <category android:name="android.intent.category.DEFAULT" />
  506.                 <category android:name="android.intent.category.BROWSABLE" />
  507.                 <data android:scheme="http" android:host="maps.google.com.hk" android:pathPrefix="/maps" />
  508.             </intent-filter>
  509.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  510.                 <action android:name="android.intent.action.VIEW" />
  511.                 <category android:name="android.intent.category.DEFAULT" />
  512.                 <category android:name="android.intent.category.BROWSABLE" />
  513.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  514.             </intent-filter>
  515.             <intent-filter>
  516.                 <action android:name="android.intent.action.VIEW" />
  517.                 <category android:name="android.intent.category.DEFAULT" />
  518.                 <category android:name="android.intent.category.BROWSABLE" />
  519.                 <data android:scheme="http" android:host="maps.google.co.hu" android:path="/" />
  520.             </intent-filter>
  521.             <intent-filter>
  522.                 <action android:name="android.intent.action.VIEW" />
  523.                 <category android:name="android.intent.category.DEFAULT" />
  524.                 <category android:name="android.intent.category.BROWSABLE" />
  525.                 <data android:scheme="http" android:host="maps.google.co.hu" android:pathPrefix="/maps" />
  526.             </intent-filter>
  527.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  528.                 <action android:name="android.intent.action.VIEW" />
  529.                 <category android:name="android.intent.category.DEFAULT" />
  530.                 <category android:name="android.intent.category.BROWSABLE" />
  531.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  532.             </intent-filter>
  533.             <intent-filter>
  534.                 <action android:name="android.intent.action.VIEW" />
  535.                 <category android:name="android.intent.category.DEFAULT" />
  536.                 <category android:name="android.intent.category.BROWSABLE" />
  537.                 <data android:scheme="http" android:host="maps.google.co.ke" android:path="/" />
  538.             </intent-filter>
  539.             <intent-filter>
  540.                 <action android:name="android.intent.action.VIEW" />
  541.                 <category android:name="android.intent.category.DEFAULT" />
  542.                 <category android:name="android.intent.category.BROWSABLE" />
  543.                 <data android:scheme="http" android:host="maps.google.co.ke" android:pathPrefix="/maps" />
  544.             </intent-filter>
  545.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  546.                 <action android:name="android.intent.action.VIEW" />
  547.                 <category android:name="android.intent.category.DEFAULT" />
  548.                 <category android:name="android.intent.category.BROWSABLE" />
  549.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  550.             </intent-filter>
  551.             <intent-filter>
  552.                 <action android:name="android.intent.action.VIEW" />
  553.                 <category android:name="android.intent.category.DEFAULT" />
  554.                 <category android:name="android.intent.category.BROWSABLE" />
  555.                 <data android:scheme="http" android:host="maps.google.co.kr" android:path="/" />
  556.             </intent-filter>
  557.             <intent-filter>
  558.                 <action android:name="android.intent.action.VIEW" />
  559.                 <category android:name="android.intent.category.DEFAULT" />
  560.                 <category android:name="android.intent.category.BROWSABLE" />
  561.                 <data android:scheme="http" android:host="maps.google.co.kr" android:pathPrefix="/maps" />
  562.             </intent-filter>
  563.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  564.                 <action android:name="android.intent.action.VIEW" />
  565.                 <category android:name="android.intent.category.DEFAULT" />
  566.                 <category android:name="android.intent.category.BROWSABLE" />
  567.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  568.             </intent-filter>
  569.             <intent-filter>
  570.                 <action android:name="android.intent.action.VIEW" />
  571.                 <category android:name="android.intent.category.DEFAULT" />
  572.                 <category android:name="android.intent.category.BROWSABLE" />
  573.                 <data android:scheme="http" android:host="maps.google.com.my" android:path="/" />
  574.             </intent-filter>
  575.             <intent-filter>
  576.                 <action android:name="android.intent.action.VIEW" />
  577.                 <category android:name="android.intent.category.DEFAULT" />
  578.                 <category android:name="android.intent.category.BROWSABLE" />
  579.                 <data android:scheme="http" android:host="maps.google.com.my" android:pathPrefix="/maps" />
  580.             </intent-filter>
  581.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  582.                 <action android:name="android.intent.action.VIEW" />
  583.                 <category android:name="android.intent.category.DEFAULT" />
  584.                 <category android:name="android.intent.category.BROWSABLE" />
  585.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  586.             </intent-filter>
  587.             <intent-filter>
  588.                 <action android:name="android.intent.action.VIEW" />
  589.                 <category android:name="android.intent.category.DEFAULT" />
  590.                 <category android:name="android.intent.category.BROWSABLE" />
  591.                 <data android:scheme="http" android:host="maps.google.com.mx" android:path="/" />
  592.             </intent-filter>
  593.             <intent-filter>
  594.                 <action android:name="android.intent.action.VIEW" />
  595.                 <category android:name="android.intent.category.DEFAULT" />
  596.                 <category android:name="android.intent.category.BROWSABLE" />
  597.                 <data android:scheme="http" android:host="maps.google.com.mx" android:pathPrefix="/maps" />
  598.             </intent-filter>
  599.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  600.                 <action android:name="android.intent.action.VIEW" />
  601.                 <category android:name="android.intent.category.DEFAULT" />
  602.                 <category android:name="android.intent.category.BROWSABLE" />
  603.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  604.             </intent-filter>
  605.             <intent-filter>
  606.                 <action android:name="android.intent.action.VIEW" />
  607.                 <category android:name="android.intent.category.DEFAULT" />
  608.                 <category android:name="android.intent.category.BROWSABLE" />
  609.                 <data android:scheme="http" android:host="maps.google.co.nz" android:path="/" />
  610.             </intent-filter>
  611.             <intent-filter>
  612.                 <action android:name="android.intent.action.VIEW" />
  613.                 <category android:name="android.intent.category.DEFAULT" />
  614.                 <category android:name="android.intent.category.BROWSABLE" />
  615.                 <data android:scheme="http" android:host="maps.google.co.nz" android:pathPrefix="/maps" />
  616.             </intent-filter>
  617.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  618.                 <action android:name="android.intent.action.VIEW" />
  619.                 <category android:name="android.intent.category.DEFAULT" />
  620.                 <category android:name="android.intent.category.BROWSABLE" />
  621.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  622.             </intent-filter>
  623.             <intent-filter>
  624.                 <action android:name="android.intent.action.VIEW" />
  625.                 <category android:name="android.intent.category.DEFAULT" />
  626.                 <category android:name="android.intent.category.BROWSABLE" />
  627.                 <data android:scheme="http" android:host="maps.google.pt" android:path="/" />
  628.             </intent-filter>
  629.             <intent-filter>
  630.                 <action android:name="android.intent.action.VIEW" />
  631.                 <category android:name="android.intent.category.DEFAULT" />
  632.                 <category android:name="android.intent.category.BROWSABLE" />
  633.                 <data android:scheme="http" android:host="maps.google.pt" android:pathPrefix="/maps" />
  634.             </intent-filter>
  635.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  636.                 <action android:name="android.intent.action.VIEW" />
  637.                 <category android:name="android.intent.category.DEFAULT" />
  638.                 <category android:name="android.intent.category.BROWSABLE" />
  639.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  640.             </intent-filter>
  641.             <intent-filter>
  642.                 <action android:name="android.intent.action.VIEW" />
  643.                 <category android:name="android.intent.category.DEFAULT" />
  644.                 <category android:name="android.intent.category.BROWSABLE" />
  645.                 <data android:scheme="http" android:host="maps.google.com.sg" android:path="/" />
  646.             </intent-filter>
  647.             <intent-filter>
  648.                 <action android:name="android.intent.action.VIEW" />
  649.                 <category android:name="android.intent.category.DEFAULT" />
  650.                 <category android:name="android.intent.category.BROWSABLE" />
  651.                 <data android:scheme="http" android:host="maps.google.com.sg" android:pathPrefix="/maps" />
  652.             </intent-filter>
  653.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  654.                 <action android:name="android.intent.action.VIEW" />
  655.                 <category android:name="android.intent.category.DEFAULT" />
  656.                 <category android:name="android.intent.category.BROWSABLE" />
  657.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  658.             </intent-filter>
  659.             <intent-filter>
  660.                 <action android:name="android.intent.action.VIEW" />
  661.                 <category android:name="android.intent.category.DEFAULT" />
  662.                 <category android:name="android.intent.category.BROWSABLE" />
  663.                 <data android:scheme="http" android:host="maps.google.sk" android:path="/" />
  664.             </intent-filter>
  665.             <intent-filter>
  666.                 <action android:name="android.intent.action.VIEW" />
  667.                 <category android:name="android.intent.category.DEFAULT" />
  668.                 <category android:name="android.intent.category.BROWSABLE" />
  669.                 <data android:scheme="http" android:host="maps.google.sk" android:pathPrefix="/maps" />
  670.             </intent-filter>
  671.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  672.                 <action android:name="android.intent.action.VIEW" />
  673.                 <category android:name="android.intent.category.DEFAULT" />
  674.                 <category android:name="android.intent.category.BROWSABLE" />
  675.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  676.             </intent-filter>
  677.             <intent-filter>
  678.                 <action android:name="android.intent.action.VIEW" />
  679.                 <category android:name="android.intent.category.DEFAULT" />
  680.                 <category android:name="android.intent.category.BROWSABLE" />
  681.                 <data android:scheme="http" android:host="maps.google.co.za" android:path="/" />
  682.             </intent-filter>
  683.             <intent-filter>
  684.                 <action android:name="android.intent.action.VIEW" />
  685.                 <category android:name="android.intent.category.DEFAULT" />
  686.                 <category android:name="android.intent.category.BROWSABLE" />
  687.                 <data android:scheme="http" android:host="maps.google.co.za" android:pathPrefix="/maps" />
  688.             </intent-filter>
  689.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  690.                 <action android:name="android.intent.action.VIEW" />
  691.                 <category android:name="android.intent.category.DEFAULT" />
  692.                 <category android:name="android.intent.category.BROWSABLE" />
  693.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  694.             </intent-filter>
  695.             <intent-filter>
  696.                 <action android:name="android.intent.action.VIEW" />
  697.                 <category android:name="android.intent.category.DEFAULT" />
  698.                 <category android:name="android.intent.category.BROWSABLE" />
  699.                 <data android:scheme="http" android:host="maps.google.se" android:path="/" />
  700.             </intent-filter>
  701.             <intent-filter>
  702.                 <action android:name="android.intent.action.VIEW" />
  703.                 <category android:name="android.intent.category.DEFAULT" />
  704.                 <category android:name="android.intent.category.BROWSABLE" />
  705.                 <data android:scheme="http" android:host="maps.google.se" android:pathPrefix="/maps" />
  706.             </intent-filter>
  707.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  708.                 <action android:name="android.intent.action.VIEW" />
  709.                 <category android:name="android.intent.category.DEFAULT" />
  710.                 <category android:name="android.intent.category.BROWSABLE" />
  711.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  712.             </intent-filter>
  713.             <intent-filter>
  714.                 <action android:name="android.intent.action.VIEW" />
  715.                 <category android:name="android.intent.category.DEFAULT" />
  716.                 <category android:name="android.intent.category.BROWSABLE" />
  717.                 <data android:scheme="http" android:host="maps.google.co.th" android:path="/" />
  718.             </intent-filter>
  719.             <intent-filter>
  720.                 <action android:name="android.intent.action.VIEW" />
  721.                 <category android:name="android.intent.category.DEFAULT" />
  722.                 <category android:name="android.intent.category.BROWSABLE" />
  723.                 <data android:scheme="http" android:host="maps.google.co.th" android:pathPrefix="/maps" />
  724.             </intent-filter>
  725.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  726.                 <action android:name="android.intent.action.VIEW" />
  727.                 <category android:name="android.intent.category.DEFAULT" />
  728.                 <category android:name="android.intent.category.BROWSABLE" />
  729.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  730.             </intent-filter>
  731.             <intent-filter>
  732.                 <action android:name="android.intent.action.VIEW" />
  733.                 <category android:name="android.intent.category.DEFAULT" />
  734.                 <category android:name="android.intent.category.BROWSABLE" />
  735.                 <data android:scheme="http" android:host="maps.google.li" android:path="/" />
  736.             </intent-filter>
  737.             <intent-filter>
  738.                 <action android:name="android.intent.action.VIEW" />
  739.                 <category android:name="android.intent.category.DEFAULT" />
  740.                 <category android:name="android.intent.category.BROWSABLE" />
  741.                 <data android:scheme="http" android:host="maps.google.li" android:pathPrefix="/maps" />
  742.             </intent-filter>
  743.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  744.                 <action android:name="android.intent.action.VIEW" />
  745.                 <category android:name="android.intent.category.DEFAULT" />
  746.                 <category android:name="android.intent.category.BROWSABLE" />
  747.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  748.             </intent-filter>
  749.             <intent-filter>
  750.                 <action android:name="android.intent.action.VIEW" />
  751.                 <category android:name="android.intent.category.DEFAULT" />
  752.                 <category android:name="android.intent.category.BROWSABLE" />
  753.                 <data android:scheme="http" android:host="maps.google.cn" android:path="/" />
  754.             </intent-filter>
  755.             <intent-filter>
  756.                 <action android:name="android.intent.action.VIEW" />
  757.                 <category android:name="android.intent.category.DEFAULT" />
  758.                 <category android:name="android.intent.category.BROWSABLE" />
  759.                 <data android:scheme="http" android:host="maps.google.cn" android:pathPrefix="/maps" />
  760.             </intent-filter>
  761.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  762.                 <action android:name="android.intent.action.VIEW" />
  763.                 <category android:name="android.intent.category.DEFAULT" />
  764.                 <category android:name="android.intent.category.BROWSABLE" />
  765.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  766.             </intent-filter>
  767.             <intent-filter>
  768.                 <action android:name="android.intent.action.VIEW" />
  769.                 <category android:name="android.intent.category.DEFAULT" />
  770.                 <category android:name="android.intent.category.BROWSABLE" />
  771.                 <data android:scheme="http" android:host="mapy.google.pl" android:path="/" />
  772.             </intent-filter>
  773.             <intent-filter>
  774.                 <action android:name="android.intent.action.VIEW" />
  775.                 <category android:name="android.intent.category.DEFAULT" />
  776.                 <category android:name="android.intent.category.BROWSABLE" />
  777.                 <data android:scheme="http" android:host="mapy.google.pl" android:pathPrefix="/maps" />
  778.             </intent-filter>
  779.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  780.                 <action android:name="android.intent.action.VIEW" />
  781.                 <category android:name="android.intent.category.DEFAULT" />
  782.                 <category android:name="android.intent.category.BROWSABLE" />
  783.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  784.             </intent-filter>
  785.             <intent-filter>
  786.                 <action android:name="android.intent.action.VIEW" />
  787.                 <category android:name="android.intent.category.DEFAULT" />
  788.                 <category android:name="android.intent.category.BROWSABLE" />
  789.                 <data android:scheme="http" android:host="local.google.com" android:path="/" />
  790.             </intent-filter>
  791.             <intent-filter>
  792.                 <action android:name="android.intent.action.VIEW" />
  793.                 <category android:name="android.intent.category.DEFAULT" />
  794.                 <category android:name="android.intent.category.BROWSABLE" />
  795.                 <data android:scheme="http" android:host="local.google.com" android:pathPrefix="/maps" />
  796.             </intent-filter>
  797.             <intent-filter android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon">
  798.                 <action android:name="android.intent.action.VIEW" />
  799.                 <category android:name="android.intent.category.DEFAULT" />
  800.                 <category android:name="android.intent.category.BROWSABLE" />
  801.                 <data android:scheme="http" android:host="m.google.com" android:path="/latitude" />
  802.             </intent-filter>
  803.             <intent-filter>
  804.                 <action android:name="android.intent.action.VIEW" />
  805.                 <category android:name="android.intent.category.DEFAULT" />
  806.                 <category android:name="android.intent.category.BROWSABLE" />
  807.                 <data android:mimeType="application/vnd.google-earth.kml+xml" android:scheme="http" />
  808.             </intent-filter>
  809.             <intent-filter>
  810.                 <action android:name="android.intent.action.VIEW" />
  811.                 <category android:name="android.intent.category.DEFAULT" />
  812.                 <category android:name="android.intent.category.BROWSABLE" />
  813.                 <data android:scheme="http" android:host="m.google.com" android:pathPrefix="/u/m/" />
  814.             </intent-filter>
  815.             <intent-filter>
  816.                 <action android:name="android.intent.action.SEARCH" />
  817.                 <category android:name="android.intent.category.DEFAULT" />
  818.             </intent-filter>
  819.             <intent-filter android:label="@string/MAPS_APP_NAME">
  820.                 <action android:name="android.intent.action.VIEW" />
  821.                 <category android:name="android.intent.category.DEFAULT" />
  822.                 <data android:scheme="google.layeritemdetails" />
  823.             </intent-filter>
  824.             <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  825.         </activity>
  826.         <activity-alias android:label="@string/MAPS_APP_NAME" android:name="com.android.internal.app.ResolverActivity" android:exported="true" android:targetActivity="com.google.android.maps.MapsActivity">
  827.             <intent-filter>
  828.                 <action android:name="android.intent.action.MAIN" />
  829.                 <category android:name="android.intent.category.DEFAULT" />
  830.             </intent-filter>
  831.             <intent-filter>
  832.                 <action android:name="android.intent.action.SEARCH" />
  833.                 <category android:name="android.intent.category.DEFAULT" />
  834.             </intent-filter>
  835.             <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  836.         </activity-alias>
  837.         <service android:name="com.google.googlenav.android.OnPauseService" android:process="com.google.android.apps.maps" />
  838.         <activity android:label="@string/DIRECTIONS_ONLY_SHORTCUT_NAME" android:name="com.google.googlenav.android.appwidget.gohome.GoHomeCreateShortcutActivity">
  839.             <intent-filter android:label="@string/DIRECTIONS_ONLY_SHORTCUT_NAME">
  840.                 <action android:name="android.intent.action.MAIN" />
  841.                 <category android:name="android.intent.category.DEFAULT" />
  842.             </intent-filter>
  843.         </activity>
  844.         <activity-alias android:label="@string/DIRECTIONS_ONLY_SHORTCUT_NAME" android:icon="@drawable/gohome_shortcut_default" android:name="com.google.googlenav.android.appwidget.gohome.GoHomeCreateShortcutActivityAlias" android:targetActivity="com.google.googlenav.android.appwidget.gohome.GoHomeCreateShortcutActivity">
  845.             <intent-filter android:label="@string/DIRECTIONS_ONLY_SHORTCUT_NAME">
  846.                 <action android:name="android.intent.action.CREATE_SHORTCUT" />
  847.                 <category android:name="android.intent.category.DEFAULT" />
  848.                 <category android:name="android.intent.category.CAR_MODE" />
  849.             </intent-filter>
  850.         </activity-alias>
  851.         <activity android:theme="@style/Theme.Maps.NoBackground" android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon" android:name="com.google.android.maps.LatitudeActivity" android:taskAffinity="" android:launchMode="singleTask">
  852.             <intent-filter>
  853.                 <action android:name="android.intent.action.MAIN" />
  854.                 <category android:name="android.intent.category.DEFAULT" />
  855.                 <category android:name="android.intent.category.LAUNCHER" />
  856.             </intent-filter>
  857.             <intent-filter>
  858.                 <action android:name="android.intent.action.SEARCH" />
  859.                 <category android:name="android.intent.category.DEFAULT" />
  860.             </intent-filter>
  861.             <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  862.         </activity>
  863.         <activity android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon" android:name="com.google.googlenav.android.appwidget.latitude.LatitudeCreateShortcutActivity">
  864.             <intent-filter android:label="@string/LATITUDE_APP_NAME">
  865.                 <action android:name="android.intent.action.CREATE_SHORTCUT" />
  866.                 <category android:name="android.intent.category.DEFAULT" />
  867.             </intent-filter>
  868.         </activity>
  869.         <activity android:theme="@style/Theme.Maps.NoBackground" android:label="@string/PLACES_APP_NAME" android:icon="@drawable/places_icon" android:name="com.google.android.maps.PlacesActivity" android:process="com.google.android.apps.maps" android:taskAffinity="" android:launchMode="singleTask" android:configChanges="locale|keyboard|keyboardHidden|orientation">
  870.             <intent-filter>
  871.                 <action android:name="android.intent.action.MAIN" />
  872.                 <category android:name="android.intent.category.LAUNCHER" />
  873.             </intent-filter>
  874.             <intent-filter>
  875.                 <action android:name="android.intent.action.SEARCH" />
  876.                 <category android:name="android.intent.category.DEFAULT" />
  877.             </intent-filter>
  878.             <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  879.         </activity>
  880.         <activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.google.googlenav.android.login.AndroidLoginActivitySdk4" />
  881.         <activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.google.googlenav.android.login.AndroidLoginActivitySdk5" />
  882.         <activity android:theme="@android:style/Theme.Dialog" android:name="com.google.googlenav.ui.wizard.android.EnterAddressActivity" />
  883.         <activity android:name="com.google.googlenav.android.friend.InviteActivity" />
  884.         <activity android:name="brut.gmm.BrutPreferenceActivity" />
  885.         <receiver android:name="com.google.googlenav.friend.android.ServiceReceiver" android:process=":FriendService">
  886.             <intent-filter>
  887.                 <action android:name="android.intent.action.BOOT_COMPLETED" />
  888.             </intent-filter>
  889.             <intent-filter>
  890.                 <action android:name="android.intent.action.PACKAGE_REPLACED" />
  891.                 <data android:scheme="package" android:path="com.google.android.apps.maps" />
  892.             </intent-filter>
  893.         </receiver>
  894.         <service android:name="com.google.googlenav.friend.android.LocationFriendService" android:process=":LocationFriendService" />
  895.         <service android:name="com.google.googlenav.friend.android.BackgroundFriendService" android:process=":BackgroundFriendService" />
  896.         <service android:name="com.google.googlenav.android.networkinitiated.NetworkInitiatedService" android:process=":MapsBackgroundService" />
  897.         <service android:name="com.google.googlenav.friend.android.AccelerometerObserverService" android:process=":AccelerometerObserverService" />
  898.         <receiver android:name="com.google.googlenav.android.networkinitiated.NetworkInitiatedReceiver" android:process=":MapsBackgroundService">
  899.             <intent-filter>
  900.                 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
  901.                 <category android:name="com.google.android.apps.maps" />
  902.             </intent-filter>
  903.             <intent-filter>
  904.                 <action android:name="com.google.android.c2dm.intent.REGISTRATION" />
  905.                 <category android:name="com.google.android.apps.maps" />
  906.             </intent-filter>
  907.         </receiver>
  908.         <meta-data android:name="android.app.default_searchable" android:value=".MapsActivity" />
  909.         <provider android:name="com.google.googlenav.android.provider.LocalSuggestionProvider" android:exported="false" android:authorities="com.google.android.maps.LocalSuggestionProvider" />
  910.         <provider android:name="com.google.googlenav.suggest.android.SuggestProvider" android:exported="false" android:authorities="com.google.android.maps.SuggestionProvider" />
  911.         <provider android:name="com.google.googlenav.android.provider.SearchHistoryProvider" android:exported="false" android:authorities="com.google.android.maps.SearchHistoryProvider" />
  912.         <provider android:name="com.google.googlenav.android.friend.FriendsProvider" android:exported="false" android:authorities="com.google.android.maps.FriendsProvider" />
  913.         <provider android:name="com.google.googlenav.android.layer.LayerInfoProvider" android:authorities="com.google.android.maps.LayerInfoProvider" />
  914.         <provider android:name="com.google.googlenav.android.provider.NavigationAvailabilityProvider" android:authorities="com.google.android.maps.NavigationAvailabilityProvider" />
  915.         <provider android:name="com.google.googlenav.android.provider.StarredItemProvider" android:exported="false" android:authorities="com.google.android.maps.StarredItemProvider" />
  916.         <receiver android:label="@string/TRAFFIC_WIDGET_NAME" android:name="com.google.googlenav.android.appwidget.traffic.TrafficAppWidget" android:enabled="false">
  917.             <intent-filter>
  918.                 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
  919.             </intent-filter>
  920.             <meta-data android:name="android.appwidget.provider" android:resource="@xml/traffic_appwidget_info" />
  921.         </receiver>
  922.         <service android:name="com.google.googlenav.android.appwidget.traffic.TrafficAppWidgetUpdateService" />
  923.         <provider android:name="com.google.googlenav.android.appwidget.traffic.TrafficProvider" android:authorities="com.google.android.maps.TrafficProvider" />
  924.         <activity android:label="@string/TRAFFIC_WIDGET_NAME" android:name="com.google.googlenav.android.appwidget.traffic.TrafficAppWidgetConfigureActivity" android:launchMode="singleTop" android:windowSoftInputMode="stateHidden">
  925.             <intent-filter>
  926.                 <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
  927.             </intent-filter>
  928.         </activity>
  929.         <receiver android:label="@string/LATITUDE_APP_NAME" android:icon="@drawable/latitude_icon" android:name="com.google.googlenav.android.appwidget.friends.FriendsAppWidgetProvider" android:enabled="true">
  930.             <intent-filter>
  931.                 <action android:name="com.google.googlenav.friend.android.FriendServiceHelper.SIGNED_IN_OUT" />
  932.             </intent-filter>
  933.             <intent-filter>
  934.                 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
  935.             </intent-filter>
  936.             <intent-filter>
  937.                 <action android:name="com.google.googlenav.android.appwidget.friends.FriendsAppWidgetUpdateService.UPDATED" />
  938.             </intent-filter>
  939.             <meta-data android:name="android.appwidget.provider" android:resource="@xml/friends_appwidget_info" />
  940.         </receiver>
  941.         <service android:name="com.google.googlenav.android.appwidget.friends.FriendsAppWidgetUpdateService" />
  942.         <activity android:label="@string/LATITUDE_APP_NAME" android:name="com.google.googlenav.android.appwidget.friends.FriendsAppWidgetConfigureActivity" android:launchMode="singleTop" android:windowSoftInputMode="stateHidden">
  943.             <intent-filter>
  944.                 <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
  945.             </intent-filter>
  946.         </activity>
  947.         <activity android:label="@string/WALLPAPER_SETTINGS" android:name="com.google.googlenav.android.wallpaper.MapWallpaperSettingsActivity" android:exported="true" android:process=":MapsWallpaper" />
  948.         <service android:label="@string/MAPS_APP_NAME" android:name="com.google.googlenav.android.wallpaper.MapWallpaper" android:permission="android.permission.BIND_WALLPAPER" android:process=":MapsWallpaper">
  949.             <intent-filter>
  950.                 <action android:name="android.service.wallpaper.WallpaperService" />
  951.             </intent-filter>
  952.             <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" />
  953.         </service>
  954.         <service android:label="Phone # lookup for GMM" android:name="com.google.googlenav.labs.android.PhoneCallService" android:process=":PhoneService" />
  955.         <service android:name="com.google.android.location.internal.server.NetworkLocationService" android:exported="false" android:process=":NetworkLocationService">
  956.             <intent-filter>
  957.                 <action android:name="com.google.android.location.internal.NetworkLocationProvider" />
  958.             </intent-filter>
  959.         </service>
  960.         <activity android:theme="@android:style/Theme.Dialog" android:name="com.google.android.location.ConfirmAlertActivity" android:excludeFromRecents="true" />
  961.         <service android:label="@string/da_navigation" android:name="com.google.android.maps.driveabout.app.NavigationService" android:process=":driveabout" />
  962.         <activity android:theme="@android:style/Theme.NoTitleBar" android:label="@string/da_navigation" android:icon="@drawable/da_ic_navigation" android:name="com.google.android.maps.driveabout.app.NavigationActivity" android:process=":driveabout" android:taskAffinity=":driveabout" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation">
  963.             <intent-filter>
  964.                 <action android:name="android.intent.action.SEARCH" />
  965.                 <action android:name="com.google.android.maps.driveabout.REPLAY_LOG" />
  966.                 <category android:name="android.intent.category.DEFAULT" />
  967.             </intent-filter>
  968.             <intent-filter>
  969.                 <action android:name="android.intent.action.VIEW" />
  970.                 <category android:name="android.intent.category.DEFAULT" />
  971.                 <data android:scheme="google.navigation" />
  972.             </intent-filter>
  973.             <meta-data android:name="android.app.default_searchable" android:value="com.google.android.maps.driveabout.app.SearchActivity" />
  974.         </activity>
  975.         <activity android:theme="@style/da_Theme.Light" android:label="@string/da_navigation" android:icon="@drawable/da_ic_navigation" android:name="com.google.android.maps.driveabout.app.DestinationActivity" android:process=":driveabout" android:taskAffinity=":driveabout" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation">
  976.             <intent-filter>
  977.                 <action android:name="android.intent.action.SEARCH" />
  978.                 <category android:name="android.intent.category.DEFAULT" />
  979.             </intent-filter>
  980.             <intent-filter>
  981.                 <action android:name="android.intent.action.MAIN" />
  982.                 <category android:name="android.intent.category.LAUNCHER" />
  983.             </intent-filter>
  984.             <meta-data android:name="android.app.searchable" android:resource="@xml/da_searchable_destination" />
  985.         </activity>
  986.         <activity android:name="com.google.android.maps.driveabout.app.SearchActivity" android:process=":driveabout" android:taskAffinity=":driveabout" android:excludeFromRecents="true" android:noHistory="true">
  987.             <intent-filter>
  988.                 <action android:name="android.intent.action.SEARCH" />
  989.                 <category android:name="android.intent.category.DEFAULT" />
  990.             </intent-filter>
  991.             <meta-data android:name="android.app.searchable" android:resource="@xml/da_searchable" />
  992.         </activity>
  993.         <activity android:label="@string/da_navigation" android:name="com.google.android.maps.driveabout.app.SettingsActivity" android:process=":driveabout" android:taskAffinity=":driveabout" android:excludeFromRecents="true" />
  994.         <activity android:theme="@style/da_Theme.Light" android:label="@string/da_navigation" android:name="com.google.android.maps.driveabout.app.MarkerDetailsActivity" android:process=":driveabout" android:taskAffinity=":driveabout" android:excludeFromRecents="true" android:configChanges="keyboardHidden|orientation">
  995.             <meta-data android:name="android.app.default_searchable" android:value="com.google.android.maps.driveabout.app.SearchActivity" />
  996.         </activity>
  997.     </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement