Loading AndroidManifest.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3835,7 +3835,7 @@ android:documentLaunchMode="always" android:documentLaunchMode="always" android:exported="true" android:exported="true" android:permission="android.permission.CHANGE_WIFI_STATE" android:permission="android.permission.CHANGE_WIFI_STATE" android:configChanges="orientation|keyboardHidden|screenSize"> android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"> <intent-filter> <intent-filter> <action android:name="com.android.settings.WIFI_DIALOG" /> <action android:name="com.android.settings.WIFI_DIALOG" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" /> Loading Loading
AndroidManifest.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3835,7 +3835,7 @@ android:documentLaunchMode="always" android:documentLaunchMode="always" android:exported="true" android:exported="true" android:permission="android.permission.CHANGE_WIFI_STATE" android:permission="android.permission.CHANGE_WIFI_STATE" android:configChanges="orientation|keyboardHidden|screenSize"> android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"> <intent-filter> <intent-filter> <action android:name="com.android.settings.WIFI_DIALOG" /> <action android:name="com.android.settings.WIFI_DIALOG" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" /> Loading