Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Annotations for location category
Browse files Browse the repository at this point in the history
Refs #838
  • Loading branch information
M66B committed Feb 13, 2014
1 parent 20e4c77 commit 8645a95
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changelog

* Fixed dark theme usage list ([issue](/../../issues/1331))
* Even easier multiple select, thanks @[paour](https://github.com/paour) ([issue](/../../issues/1318))
* Added documentation for identification, internet, ipc ([issue](/../../issues/838))
* Added documentation for identification, internet, ipc, location ([issue](/../../issues/838))

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

Expand Down
19 changes: 19 additions & 0 deletions res/values/functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,25 @@
<string name="ipc_android_view_IWindowManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="http://developer.android.com/reference/android/view/WindowManager.html">window manager</a>]]></string>
<string name="ipc_android_net_wifi_IWifiManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="http://developer.android.com/reference/android/net/wifi/WifiManager.html">Wi-Fi manager</a>]]></string>
<!-- location -->
<string name="location_addGeofence" translatable="false"><![CDATA[Will restrict adding <a href="http://en.wikipedia.org/wiki/Geo-fence">geofences</a>]]></string>
<string name="location_addNmeaListener" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#addNmeaListener(android.location.GpsStatus.NmeaListener)">Google documentation</a>]]></string>
<string name="location_addProximityAlert" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#addProximityAlert(double,%20double,%20float,%20long,%20android.app.PendingIntent)">Google documentation</a>]]></string>
<string name="location_getGpsStatus" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#getGpsStatus(android.location.GpsStatus)">Google documentation</a>]]></string>
<string name="location_getLastKnownLocation" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#getLastKnownLocation(java.lang.String)">Google documentation</a>]]></string>
<string name="location_getProviders" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#getProviders(boolean)">Google documentation</a>]]></string>
<string name="location_isProviderEnabled" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#isProviderEnabled(java.lang.String)">Google documentation</a>]]></string>
<string name="location_requestLocationUpdates" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#requestLocationUpdates(long,%20float,%20android.location.Criteria,%20android.app.PendingIntent)">Google documentation</a>]]></string>
<string name="location_requestSingleUpdate" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#requestSingleUpdate(java.lang.String,%20android.location.LocationListener,%20android.os.Looper)">Google documentation</a>]]></string>
<string name="location_sendExtraCommand" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/location/LocationManager.html#sendExtraCommand(java.lang.String,%20java.lang.String,%20android.os.Bundle)">Google documentation</a>]]></string>
<string name="location_enableLocationUpdates" translatable="false"><![CDATA[Will restrict location updates through the <a href="http://developer.android.com/reference/android/telephony/PhoneStateListener.html">phone state listener</a>]]></string>
<string name="location_getCellLocation" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/telephony/TelephonyManager.html#getCellLocation()">Google documentation</a>]]></string>
<string name="location_getNeighboringCellInfo" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/telephony/TelephonyManager.html#getNeighboringCellInfo()">Google documentation</a>]]></string>
<string name="location_getAllCellInfo" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/telephony/TelephonyManager.html#getAllCellInfo()">Google documentation</a>]]></string>
<string name="location_getScanResults" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/net/wifi/WifiManager.html#getScanResults()">Google documentation</a>]]></string>
<string name="location_listen" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/telephony/TelephonyManager.html#listen(android.telephony.PhoneStateListener,%20int)">Google documentation</a>]]></string>
<string name="location_GMS_addGeofences" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/com/google/android/gms/location/LocationClient.html#addGeofences(java.util.List&lt;com.google.android.gms.location.Geofence&gt;,%20android.app.PendingIntent,%20com.google.android.gms.location.LocationClient.OnAddGeofencesResultListener)">Google documentation</a>]]></string>
<string name="location_GMS_getLastLocation" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/com/google/android/gms/location/LocationClient.html#getLastLocation()">Google documentation</a>]]></string>
<string name="location_GMS_requestLocationUpdates" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/com/google/android/gms/location/LocationClient.html#requestLocationUpdates(com.google.android.gms.location.LocationRequest,%20android.app.PendingIntent)">Google documentation</a>]]></string>
<!-- media -->
<!-- messages -->
<!-- network -->
Expand Down

0 comments on commit 8645a95

Please sign in to comment.