Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 5705003

Browse files
committed
Updated FAQ links due to unannounced GitHub change
1 parent cbf9b1e commit 5705003

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

FAQ.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ XPrivacyLua
44
Frequently Asked Questions
55
--------------------------
66

7-
<a name="FAQ1"></a>
7+
<a name="faq1"></a>
88
**(1) How can I clear all data?**
99

1010
Primary users can clear all data of all users by uninstalling XPrivacyLua *while it is running*.
@@ -13,12 +13,12 @@ Secondary users can clear their own data by uninstalling XPrivacyLua *while it i
1313
All data is stored in the system folder */data/system/xlua* and can therefore not be backed up by regular backup apps.
1414
You can use the pro companion app to backup and restore all restrictions and settings (but not custom hook definitions).
1515

16-
<a name="FAQ2"></a>
16+
<a name="faq2"></a>
1717
**(2) Can I run XPrivacy and XPrivacyLua side by side?**
1818

19-
Since XPrivacyLua is [in many aspects better](#FAQ7) than XPrivacy, running XPrivacy and XPrivacyLua side by side isn't supported.
19+
Since XPrivacyLua is [in many aspects better](#user-content-faq7) than XPrivacy, running XPrivacy and XPrivacyLua side by side isn't supported.
2020

21-
<a name="FAQ3"></a>
21+
<a name="faq3"></a>
2222
**(3) How can I fix 'Module not running or updated'?**
2323

2424
This message means either that:
@@ -30,7 +30,7 @@ This message means either that:
3030
Rebooting too soon after updating an Xposed module (before the Xposed installer shows the update notification) is known to cause problems.
3131
Disable and enable the module in the Xposed installer and hard reboot again to fix this problem.
3232

33-
<a name="FAQ4"></a>
33+
<a name="faq4"></a>
3434
**(4) Can you add ...?**
3535

3636
* *Network and storage restrictions*: access to the internet and to the device storage can only be prevented by revoking Linux permission from an app, which will often result in the app crashing. Therefore this will not be added.
@@ -67,17 +67,17 @@ This can be used as a replacement for on demand restricting by removing a restri
6767

6868
You can ask for new restrictions, but you'll need to explain how it would improve your privacy as well.
6969

70-
See also [question 7](#FAQ7).
70+
See also [question 7](#user-content-faq7).
7171

72-
<a name="FAQ5"></a>
72+
<a name="faq5"></a>
7373
**(5) How can I fix 'There is a Problem Parsing the Package'?**
7474

7575
This error could mean that the downloaded file is corrupt, which could for example be caused by a connection problem or by a virus scanner.
7676

7777
It could also mean that you are trying to install XPrivacyLua on an unsupported Android version.
7878
See [here](https://github.com/M66B/XPrivacyLua/blob/master/README.md#compatibility) for which Android versions are supported.
7979

80-
<a name="FAQ6"></a>
80+
<a name="faq6"></a>
8181
**(6) Why is a check box shown grey?**
8282

8383
An app level check box is shown grey when one of the restriction level check boxes is not ticked.
@@ -88,33 +88,33 @@ if one of the hooks that [compose the restriction](https://github.com/M66B/XPriv
8888
This can happen when a new version adds new hooks. These new hooks are not enabled by default to make sure your apps keeps working.
8989
You can enable the new hooks by toggling the check box once (turning it off and on once).
9090

91-
<a name="FAQ7"></a>
91+
<a name="faq7"></a>
9292
**(7) How does XPrivacyLua compare to XPrivacy?**
9393

9494
* XPrivacy supports Android 4.0.3 KitKat to Android 5.1.1 Lollipop and XPrivacyLua supports Android version 6.0 Marshmallow and later, see [here](https://github.com/M66B/XPrivacyLua/blob/master/README.md#compatibility) about compatibility
95-
* The user interface of XPrivacyLua is simpler than of XPrivacy, see also [question 4](#FAQ4)
96-
* The restrictions of XPrivacyLua are designed to prevent apps from crashing, while a number of XPrivacy restrictions can apps cause to crash, see also [question 4](#FAQ4)
97-
* XPrivacyLua has no on demand restricting for stability and maintenance reasons, see also [question 4](#FAQ4)
95+
* The user interface of XPrivacyLua is simpler than of XPrivacy, see also [question 4](#user-content-faq4)
96+
* The restrictions of XPrivacyLua are designed to prevent apps from crashing, while a number of XPrivacy restrictions can apps cause to crash, see also [question 4](#user-content-faq4)
97+
* XPrivacyLua has no on demand restricting for stability and maintenance reasons, see also [question 4](#user-content-faq4)
9898
* XPrivacyLua can unlike XPrivacy restrict analytics services like [Google Analytics](https://www.google.com/analytics/) and [Fabric/Crashlytics](https://get.fabric.io/)
9999
* XPrivacyLua [is user extensible](https://github.com/M66B/XPrivacyLua/blob/master/DEFINE.md) while XPrivacy is not
100100
* XPrivacyLua is easier to maintain than XPrivacy, so XPrivacyLua is easier to update for new Android versions
101101

102102
In general XPrivacyLua and XPrivacy are comparable in protecting your privacy.
103103
For a detailed comparison with XPrivacy see [here](https://github.com/M66B/XPrivacyLua/blob/master/XPRIVACY.md).
104104

105-
<a name="FAQ8"></a>
105+
<a name="faq8"></a>
106106
**(8) How can I define custom restrictions?**
107107

108108
Yes, see [here](https://github.com/M66B/XPrivacyLua/blob/master/DEFINE.md) for the documentation on defining hooks.
109109

110-
<a name="FAQ9"></a>
110+
<a name="faq9"></a>
111111
**(9) Why can an app still access my accounts?**
112112

113113
If you see an app accessing the list of accounts while the accounts restriction is being applied,
114114
it is likely the Android account selector dialog you are seeing.
115115
The app will see only the account you actually select.
116116

117-
<a name="FAQ10"></a>
117+
<a name="faq10"></a>
118118
**(10) Can applying a restriction let an app crash?**
119119

120120
XPrivacyLua is designed to let apps not crash.
@@ -123,7 +123,7 @@ For example XPrivacyLua can return no data to an app while the app is not expect
123123

124124
If you suspect that a restriction is causing a crash because there is a bug in the restriction, please provide a logcat and I will check the restriction.
125125

126-
<a name="FAQ11"></a>
126+
<a name="faq11"></a>
127127
**(11) How can I filter on ...?**
128128

129129
You can filter on restricted apps, on not restricted apps, on system apps and on user apps by typing special characters into the search field:
@@ -136,27 +136,27 @@ You can filter on restricted apps, on not restricted apps, on system apps and on
136136
The special search characters should be the first characters in the search field (it is possible to combine special characters)
137137
and can be followed by additional characters to refine the search result.
138138

139-
<a name="FAQ12"></a>
139+
<a name="faq12"></a>
140140
**(12) Can I get a discount / use an XPrivacy pro license to get the XPrivacyLua pro features?**
141141

142142
XPrivacyLua was written from the ground up to support recent Android versions, which was really a lot of work.
143143
Since I believe everybody should be able to protect his/her privacy, XPrivacyLua is free to use.
144144
However, the XPrivacyLua pro features, mostly convencience and advanced features, not really needed to protect your privacy,
145145
need to be purchased and it is not possible to 'pay' with an XPrivacy pro license and there will be no discounts either.
146146

147-
<a name="FAQ13"></a>
147+
<a name="faq13"></a>
148148
**(13) Will XPrivacyLua slow down my apps?**
149149

150150
Depending on the number of applied restrictions, you might notice a slight delay when starting apps,
151151
but you will generally not notice delays when using apps.
152152

153-
<a name="FAQ14"></a>
153+
<a name="faq14"></a>
154154
**(14) Will XPrivacyLua keep running after updating?**
155155

156156
Yes, if XPrivacyLua was running before the update, it will keep running after the update,
157157
even though the user interface and new features will not be available until after a reboot.
158158

159-
<a name="FAQ15"></a>
159+
<a name="faq15"></a>
160160
**(15) Can I get a refund?**
161161

162162
If a purchased pro feature doesn't work properly
@@ -168,19 +168,19 @@ since there wasn't paid anything for them and because they can be evaluated with
168168
I take my responsibility as seller to deliver what has been promised
169169
and I expect that you take responsibility for informing yourself of what you are buying.
170170

171-
<a name="FAQ16"></a>
171+
<a name="faq16"></a>
172172
**(16) Can apps with root access be restricted?**
173173

174174
Apps with root permissions can do whatever they like, so they can circumvent any restriction.
175175
So, be careful which apps you grant root permissions.
176176
There is no support on restricting apps with root access.
177177

178-
<a name="FAQ17"></a>
178+
<a name="faq17"></a>
179179
**(17) Can I import my XPrivacy settings?**
180180

181181
XPrivacy and XPrivacyLua work differently, so this is not possible.
182182

183-
<a name="FAQ18"></a>
183+
<a name="faq18"></a>
184184
**(18) How do I selectively block/allow contacts?**
185185

186186
This is a pro feature, which needs to be purchased.
@@ -200,15 +200,15 @@ Mostly the 'star' is in the upper right corner in the contact data.
200200

201201
Due to limitations of the Android contacts provider it is not possible to block/allow contacts by contacts group in a reliable way.
202202

203-
<a name="FAQ19"></a>
203+
<a name="faq19"></a>
204204
**(19) Why is import/export disabled (dimmed) ?**
205205

206206
Assuming you purchased the pro features
207207
this will happen if the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider) is missing from your Android version.
208208
This is an important Android component to select files and folders.
209209
If you removed it yourself, you'll need to restore it, else you'll have to ask your ROM developer to add it.
210210

211-
<a name="FAQ20"></a>
211+
<a name="faq20"></a>
212212
**(20) Why can some incoming SMSes not be restricted?**
213213

214214
Likely because the app is using [this API](https://developers.google.com/identity/sms-retriever/request).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Hide or fake?
4949
* Hide: return empty list
5050
* Fake: return empty or fake value
5151

52-
It is possible to add custom restriction definitions, see [this FAQ](https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#FAQ8) for details.
52+
It is possible to add custom restriction definitions, see [this FAQ](https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#user-content-faq8) for details.
5353

5454
You can see all technical details [here](https://github.com/M66B/XPrivacyLua/blob/master/app/src/main/assets/hooks.json).
5555

XPRIVACY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The list below is [taken from](https://github.com/M66B/XPrivacy#restrictions) th
66
* **Bold** means that XPrivacyLua supports the restriction
77
* ~~Strike through~~ means that XPrivacyLua won't support the restriction
88

9-
Before asking questions, please read [this FAQ](https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#FAQ4).
9+
Before asking questions, please read [this FAQ](https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#user-content-faq4).
1010

1111
<a name="accounts"></a>
1212
* Accounts
@@ -129,7 +129,7 @@ If you want to fake offline state, see [the example definitions](https://github.
129129

130130
<a name="network"></a>
131131
* Network
132-
* ~~return fake IP's~~ see [this FAQ](https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#FAQ4)
132+
* ~~return fake IP's~~ see [this FAQ](https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#user-content-faq4)
133133
* ~~return fake MAC's (network, Wi-Fi, bluetooth)~~ see remark below
134134
* **return fake BSSID/SSID**
135135
* **return an empty list of Wi-Fi scan results**

0 commit comments

Comments
 (0)