View Single Post
Old 08-28-2023, 05:02 PM   #9
jkaltes
Junior Member
jkaltes began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2018
Device: Boox Tab Ultra C
Smaller start settings apk

The following attachment (renaming zip to apk) can also be used to start Android Settings and is 52 times smaller.
It only contains the following words in Kotlin:
Code:
   override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        startActivity(Intent(Settings.ACTION_SETTINGS))
        exitProcess(0)
    }
Attached Files
File Type: zip start_settings.zip (123.2 KB, 632 views)
jkaltes is offline   Reply With Quote