mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Rename app
This commit is contained in:
parent
e5e4a6de87
commit
b4deda8e23
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ android {
|
|||
buildToolsVersion "30.0.3"
|
||||
ndkVersion "25.1.8937393"
|
||||
defaultConfig {
|
||||
applicationId "com.altillimity.satdump"
|
||||
applicationId "org.satdump.SatDump"
|
||||
minSdkVersion 28
|
||||
targetSdkVersion 28
|
||||
versionCode 1
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class MainActivity : NativeActivity(), TextWatcher {
|
|||
}
|
||||
|
||||
// Adapted from Ryzerth's implementation, a lot cleaner than my old Java crap!
|
||||
private var ACTION_USB_PERMISSION = "org.altillimity.satdump.USB_PERMISSION";
|
||||
private var ACTION_USB_PERMISSION = "org.satdump.satdump.USB_PERMISSION";
|
||||
|
||||
private var usbReceiver = object : BroadcastReceiver() {
|
||||
override fun onReceive(context: Context, intent: Intent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue