Skip to content

Commit

Permalink
Merge pull request M66B#1769 from an0n981/patch-2
Browse files Browse the repository at this point in the history
Update functions.xml
  • Loading branch information
M66B committed Jul 1, 2014
2 parents 7aec3af + 0146478 commit 12e5697
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions res/values/functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,32 @@
<string name="internet_connect" translatable="false"><![CDATA[Will restrict access to the internet]]></string>

<!-- ipc -->
<string name="ipc_android_accounts_IAccountManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/accounts/AccountManager.html">account manager</a>]]></string>
<string name="ipc_android_app_IActivityManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/app/ActivityManager.html">activity manager</a>]]></string>
<string name="ipc_android_content_IClipboard" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/content/ClipboardManager.html">clipboard manager</a>]]></string>
<string name="ipc_android_net_IConnectivityManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/net/ConnectivityManager.html">connectivity manager</a>]]></string>
<string name="ipc_android_content_IContentService" translatable="false"><![CDATA[Will restrict direct inter-process calls to <a href="https://developer.android.com/guide/topics/providers/content-providers.html">content providers</a>]]></string>
<string name="ipc_android_location_ILocationManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/location/LocationManager.html">location manager</a>]]></string>
<string name="ipc_com_android_internal_telephony_ITelephonyRegistry" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_com_android_internal_telephony_ITelephonyRegistryMSim" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_android_content_pm_IPackageManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/content/pm/PackageManager.html">package manager</a>]]></string>
<string name="ipc_com_android_internal_telephony_IPhoneSubInfo" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_com_android_internal_telephony_msim_IPhoneSubInfoMSim" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_android_view_IWindowManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://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="https://developer.android.com/reference/android/net/wifi/WifiManager.html">Wi-Fi manager</a>]]></string>
<string name="ipc_IAccountManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/accounts/AccountManager.html">account manager</a>]]></string>
<string name="ipc_IActivityManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/app/ActivityManager.html">activity manager</a>]]></string>
<string name="ipc_IAppWidgetService" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/appwidget/package-summary.html">app widget service</a>]]></string>
<string name="ipc_IBluetooth" translatable="false"><![CDATA[Will restrict direct inter-process calls to <a href="https://developer.android.com/reference/android/bluetooth/package-summary.html">bluetooth functionality</a>]]></string>
<string name="ipc_IBluetoothManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to <a href="https://developer.android.com/reference/android/bluetooth/BluetoothManager.html">bluetooth manager</a>]]></string>
<string name="ipc_IClipboard" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/content/ClipboardManager.html">clipboard manager</a>]]></string>
<string name="ipc_IConnectivityManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/net/ConnectivityManager.html">connectivity manager</a>]]></string>
<string name="ipc_IContentService" translatable="false"><![CDATA[Will restrict direct inter-process calls to <a href="https://developer.android.com/guide/topics/providers/content-providers.html">content providers</a>]]></string>
<string name="ipc_IInputManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to <a href="https://developer.android.com/reference/android/hardware/input/InputManager.html">input manager</a>]]></string>
<string name="ipc_ILocationManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/location/LocationManager.html">location manager</a>]]></string>
<string name="ipc_INfcAdapter" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/nfc/NfcAdapter.html">NFC adapter</a>]]></string>
<string name="ipc_IPackageManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/content/pm/PackageManager.html">package manager</a>]]></string>
<string name="ipc_IPhoneSubInfo" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_IPhoneSubInfoMSim" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_ISipService" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/net/sip/package-summary.html">SIP service</a>]]></string>
<string name="ipc_ITelephonyRegistry" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_ITelephonyRegistryMSim" translatable="false"><![CDATA[Will restrict direct inter-process calls to parts of the <a href="https://developer.android.com/reference/android/telephony/TelephonyManager.html">telephony manager</a>]]></string>
<string name="ipc_IUsbManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/hardware/usb/UsbManager.html">USB manager</a>]]></string>
<string name="ipc_IWifiManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/net/wifi/WifiManager.html">Wi-Fi manager</a>]]></string>
<string name="ipc_IWindowManager" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/view/WindowManager.html">window manager</a>]]></string>

<string name="ipc_ISms" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/telephony/SmsManager.html">SMS manager</a>]]></string>
<string name="ipc_SensorServer" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href="https://developer.android.com/reference/android/hardware/SensorManager.html">sensor server</a>]]></string>

<string name="ipc_Reflection" translatable="false"><![CDATA[Will restrict direct inter-process calls to the <a href=""></a>]]></string>


<!-- location -->
<string name="location_addGeofence" translatable="false"><![CDATA[Will restrict adding <a href="https://en.wikipedia.org/wiki/Geo-fence">geofences</a>]]></string>
Expand Down Expand Up @@ -308,4 +321,4 @@
<string name="view_setUserAgentString" translatable="false"><![CDATA[<a href="https://developer.android.com/reference/android/webkit/WebSettings.html#setUserAgentString(java.lang.String)">Google documentation</a>]]></string>
<string name="view_android_intent_action_VIEW" translatable="false"><![CDATA[<a href="https://developer.android.com/reference/android/content/Intent.html#ACTION_VIEW">Google documentation</a>]]></string>

</resources>
</resources>

0 comments on commit 12e5697

Please sign in to comment.