forked from GitHub-Mirror/riotX-android
Rename im.vector.riotredesign to im.vector.riotx
This commit is contained in:
@ -73,10 +73,10 @@ layout_constraintLeft_
|
||||
### Use Preference from androidx library (androidx.preference.PreferenceScreen)
|
||||
<PreferenceScreen
|
||||
|
||||
### Use im.vector.riotredesign.core.preference.VectorSwitchPreference to support multiline of the title
|
||||
### Use im.vector.riotx.core.preference.VectorSwitchPreference to support multiline of the title
|
||||
<SwitchPreference
|
||||
|
||||
### Use im.vector.riotredesign.core.preference.VectorPreference to support multiline of the title
|
||||
### Use im.vector.riotx.core.preference.VectorPreference to support multiline of the title
|
||||
<Preference\n
|
||||
|
||||
### Will crash on API < 21. Use ?colorAccent instead
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
adb shell am broadcast -a im.vector.riotredesign.DEBUG_ACTION_ALTER_SCALAR_TOKEN
|
||||
adb shell am broadcast -a im.vector.riotx.DEBUG_ACTION_ALTER_SCALAR_TOKEN
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
adb shell am broadcast -a im.vector.riotredesign.DEBUG_ACTION_DUMP_FILESYSTEM
|
||||
adb shell am broadcast -a im.vector.riotx.DEBUG_ACTION_DUMP_FILESYSTEM
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
adb shell am broadcast -a im.vector.riotredesign.DEBUG_ACTION_DUMP_PREFERENCES
|
||||
adb shell am broadcast -a im.vector.riotx.DEBUG_ACTION_DUMP_PREFERENCES
|
||||
|
@ -6,5 +6,5 @@ echo "Standby OFF"
|
||||
echo "adb shell dumpsys battery reset"
|
||||
adb shell dumpsys battery reset
|
||||
|
||||
echo "adb shell am set-inactive im.vector.riotredesign false"
|
||||
adb shell am set-inactive im.vector.riotredesign false
|
||||
echo "adb shell am set-inactive im.vector.riotx false"
|
||||
adb shell am set-inactive im.vector.riotx false
|
||||
|
@ -6,5 +6,5 @@ echo "Standby ON"
|
||||
echo "adb shell dumpsys battery unplug"
|
||||
adb shell dumpsys battery unplug
|
||||
|
||||
echo "adb shell am set-inactive im.vector.riotredesign true"
|
||||
adb shell am set-inactive im.vector.riotredesign true
|
||||
echo "adb shell am set-inactive im.vector.riotx true"
|
||||
adb shell am set-inactive im.vector.riotx true
|
||||
|
Reference in New Issue
Block a user