mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Avoid trying to open links in invalid Huawei app
This commit is contained in:
		| @@ -304,7 +304,7 @@ fun Context.defaultBrowserPackageName(): String? { | ||||
|     val browserIntent = Intent(Intent.ACTION_VIEW, Uri.parse("http://")) | ||||
|     return packageManager.resolveActivity(browserIntent, PackageManager.MATCH_DEFAULT_ONLY) | ||||
|         ?.activityInfo?.packageName | ||||
|         ?.takeIf { it != "android" } | ||||
|         ?.takeUnless { it in DeviceUtil.invalidDefaultBrowsers } | ||||
| } | ||||
|  | ||||
| fun Context.createFileInCacheDir(name: String): File { | ||||
|   | ||||
| @@ -35,6 +35,8 @@ object DeviceUtil { | ||||
|         DynamicColors.isDynamicColorAvailable() || (isSamsung && Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) | ||||
|     } | ||||
|  | ||||
|     val invalidDefaultBrowsers = listOf("android", "com.huawei.android.internal.app") | ||||
|  | ||||
|     @SuppressLint("PrivateApi") | ||||
|     private fun getSystemProperty(key: String?): String? { | ||||
|         return try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user