Merge branch '2023.3-dev' into '2023.3'

AndroidManifest.xml - remove shareduserid

See merge request kalilinux/nethunter/apps/kali-nethunter-term!24
This commit is contained in:
yesimxev 2023-08-24 20:05:40 +00:00
commit 248fc51628

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:sharedUserId="com.offsec.nhterm"
package="com.offsec.nhterm"> package="com.offsec.nhterm">
<uses-feature <uses-feature
android:name="android.hardware.touchscreen" android:name="android.hardware.touchscreen"
android:required="false"/> android:required="false"/>