mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Upstream merge
Internal permission change Fix url adder
This commit is contained in:
		
							
								
								
									
										58
									
								
								app/src/main/AndroidManifest.xml
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										58
									
								
								app/src/main/AndroidManifest.xml
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -13,6 +13,9 @@ | ||||
|         android:name="android.permission.READ_PHONE_STATE" | ||||
|         tools:node="remove" /> | ||||
|     <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> | ||||
|     <uses-permission android:name="android.permission.GET_TASKS"/> | ||||
|     <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" | ||||
|         tools:ignore="ProtectedPermissions" /> | ||||
|  | ||||
|     <application | ||||
|         android:name=".App" | ||||
| @@ -117,6 +120,61 @@ | ||||
|             android:name="eu.kanade.tachiyomi.data.glide.AppGlideModule" | ||||
|             android:value="GlideModule" /> | ||||
|  | ||||
|         <!-- EH --> | ||||
|         <activity | ||||
|             android:name="exh.ui.login.LoginActivity" | ||||
|             android:label="@string/label_login" | ||||
|             android:parentActivityName=".ui.setting.SettingsActivity" > | ||||
|         </activity> | ||||
|  | ||||
|         <activity | ||||
|             android:name="exh.ui.intercept.InterceptActivity" | ||||
|             android:label="TachiyomiEH"> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.VIEW"/> | ||||
|  | ||||
|                 <category android:name="android.intent.category.DEFAULT"/> | ||||
|                 <category android:name="android.intent.category.BROWSABLE"/> | ||||
|  | ||||
|                 <data | ||||
|                     android:host="g.e-hentai.org" | ||||
|                     android:pathPrefix="/g/" | ||||
|                     android:scheme="http"/> | ||||
|                 <data | ||||
|                     android:host="g.e-hentai.org" | ||||
|                     android:pathPrefix="/g/" | ||||
|                     android:scheme="https"/> | ||||
|                 <data | ||||
|                     android:host="e-hentai.org" | ||||
|                     android:pathPrefix="/g/" | ||||
|                     android:scheme="http"/> | ||||
|                 <data | ||||
|                     android:host="e-hentai.org" | ||||
|                     android:pathPrefix="/g/" | ||||
|                     android:scheme="https"/> | ||||
|                 <data | ||||
|                     android:host="exhentai.org" | ||||
|                     android:pathPrefix="/g/" | ||||
|                     android:scheme="http"/> | ||||
|                 <data | ||||
|                     android:host="exhentai.org" | ||||
|                     android:pathPrefix="/g/" | ||||
|                     android:scheme="https"/> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|         <activity | ||||
|             android:name="exh.ui.migration.MigrationCompletionActivity" | ||||
|             android:label="Complete migration"> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.SEND" /> | ||||
|                 <category android:name="android.intent.category.DEFAULT" /> | ||||
|                 <data android:mimeType="application/json"/> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|  | ||||
|         <activity android:name="exh.ui.lock.LockActivity" | ||||
|             android:label="Application locked"/> | ||||
|  | ||||
|     </application> | ||||
|  | ||||
| </manifest> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user