Skip to content

Commit

Permalink
Rename WifiOverlay package to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Dec 1, 2023
1 parent e24e7c4 commit 728d339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WifiOverlay/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.ponces"
package="me.phh.treble.overlay.wifi"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false"/>
Expand Down
2 changes: 1 addition & 1 deletion WifiOverlay/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<bool translatable="false" name="config_wifiAllowInsecureEnterpriseConfigurationsForSettingsAndSUW">true</bool>

<!-- Always assume 5GHz support -->
<bool translatable="false" name ="config_wifi5ghzSupport">true</bool>
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
</resources>

0 comments on commit 728d339

Please sign in to comment.