|
4 | 4 | package="tk.superl2.xwifi"> |
5 | 5 |
|
6 | 6 | <!-- Ads are disabled while my account's under review. --> |
7 | | - <!--<uses-permission android:name="android.permission.INTERNET" />--> |
8 | | - <!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />--> |
9 | | - <!--<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />--> |
10 | | - <!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />--> |
11 | | - <!--<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />--> |
12 | | - |
| 7 | + <!-- <uses-permission android:name="android.permission.INTERNET" /> --> |
| 8 | + <!-- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> --> |
| 9 | + <!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> --> |
| 10 | + <!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> --> |
| 11 | + <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> --> |
13 | 12 | <application |
14 | 13 | android:allowBackup="true" |
15 | 14 | android:icon="@mipmap/ic_launcher" |
16 | 15 | android:label="@string/app_name" |
17 | 16 | android:roundIcon="@mipmap/ic_launcher_round" |
18 | 17 | android:supportsRtl="true" |
19 | 18 | android:theme="@style/AppTheme"> |
20 | | - |
21 | 19 | <meta-data |
22 | 20 | android:name="xposedmodule" |
23 | 21 | android:value="true" /> |
|
34 | 32 |
|
35 | 33 | <category android:name="android.intent.category.LAUNCHER" /> |
36 | 34 | </intent-filter> |
| 35 | + |
37 | 36 | <meta-data |
38 | 37 | android:name="android.app.searchable" |
39 | 38 | android:resource="@xml/searchable" /> |
40 | 39 | </activity> |
41 | 40 | <activity |
42 | 41 | android:name=".SettingsActivity" |
| 42 | + android:exported="true" |
43 | 43 | android:label="@string/title_activity_settings" |
44 | 44 | android:parentActivityName=".MainActivity" |
45 | | - tools:ignore="UnusedAttribute" |
46 | | - android:exported="true"> |
| 45 | + tools:ignore="UnusedAttribute"> |
| 46 | + <meta-data |
| 47 | + android:name="android.support.PARENT_ACTIVITY" |
| 48 | + android:value="tk.superl2.xwifi.MainActivity" /> |
| 49 | + </activity> |
| 50 | + <activity android:name=".AboutActivity" |
| 51 | + android:label="@string/title_activity_about" |
| 52 | + android:parentActivityName=".MainActivity"> |
47 | 53 | <meta-data |
48 | 54 | android:name="android.support.PARENT_ACTIVITY" |
49 | 55 | android:value="tk.superl2.xwifi.MainActivity" /> |
50 | 56 | </activity> |
51 | 57 |
|
52 | 58 | <!-- Ads are diabled while my account's under review. --> |
53 | | - <!--<activity--> |
54 | | - <!--android:name="com.mopub.common.MoPubBrowser"--> |
55 | | - <!--android:configChanges="keyboardHidden|orientation|screenSize" />--> |
56 | | - <!--<activity--> |
57 | | - <!--android:name="com.mopub.mobileads.MoPubActivity"--> |
58 | | - <!--android:configChanges="keyboardHidden|orientation|screenSize" />--> |
59 | | - <!--<activity--> |
60 | | - <!--android:name="com.mopub.mobileads.MraidActivity"--> |
61 | | - <!--android:configChanges="keyboardHidden|orientation|screenSize" />--> |
62 | | - <!--<activity--> |
63 | | - <!--android:name="com.mopub.mobileads.RewardedMraidActivity"--> |
64 | | - <!--android:configChanges="keyboardHidden|orientation|screenSize" />--> |
65 | | - <!--<activity--> |
66 | | - <!--android:name="com.mopub.mobileads.MraidVideoPlayerActivity"--> |
67 | | - <!--android:configChanges="keyboardHidden|orientation|screenSize" />--> |
68 | | - <!--<activity--> |
69 | | - <!--android:name="com.applovin.adview.AppLovinInterstitialActivity"--> |
70 | | - <!--android:configChanges="orientation|screenSize" />--> |
71 | | - <!--<activity--> |
72 | | - <!--android:name="com.applovin.adview.AppLovinConfirmationActivity"--> |
73 | | - <!--android:configChanges="orientation|screenSize" />--> |
| 59 | + <!-- <activity --> |
| 60 | + <!-- android:name="com.mopub.common.MoPubBrowser" --> |
| 61 | + <!-- android:configChanges="keyboardHidden|orientation|screenSize" /> --> |
| 62 | + <!-- <activity --> |
| 63 | + <!-- android:name="com.mopub.mobileads.MoPubActivity" --> |
| 64 | + <!-- android:configChanges="keyboardHidden|orientation|screenSize" /> --> |
| 65 | + <!-- <activity --> |
| 66 | + <!-- android:name="com.mopub.mobileads.MraidActivity" --> |
| 67 | + <!-- android:configChanges="keyboardHidden|orientation|screenSize" /> --> |
| 68 | + <!-- <activity --> |
| 69 | + <!-- android:name="com.mopub.mobileads.RewardedMraidActivity" --> |
| 70 | + <!-- android:configChanges="keyboardHidden|orientation|screenSize" /> --> |
| 71 | + <!-- <activity --> |
| 72 | + <!-- android:name="com.mopub.mobileads.MraidVideoPlayerActivity" --> |
| 73 | + <!-- android:configChanges="keyboardHidden|orientation|screenSize" /> --> |
| 74 | + <!-- <activity --> |
| 75 | + <!-- android:name="com.applovin.adview.AppLovinInterstitialActivity" --> |
| 76 | + <!-- android:configChanges="orientation|screenSize" /> --> |
| 77 | + <!-- <activity --> |
| 78 | + <!-- android:name="com.applovin.adview.AppLovinConfirmationActivity" --> |
| 79 | + <!-- android:configChanges="orientation|screenSize" /> --> |
74 | 80 |
|
75 | 81 | <provider |
76 | 82 | android:name=".PreferenceProvider" |
|
0 commit comments