0% found this document useful (0 votes)
1K views

AtivarDriversKitzy - SetEdit

The document discusses Android driver update settings for different versions. For Android 11/12/13, the updatable_driver_all_apps setting can be set to 0 for default, 1 for game driver, or 2 for developer driver. Individual apps can also be set to use the game, developer, or system graphic drivers. For Android 10, the game_driver_all_apps setting works the same way to control driver updates, and individual apps can opt into the game or developer drivers or opt out of the game driver.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

AtivarDriversKitzy - SetEdit

The document discusses Android driver update settings for different versions. For Android 11/12/13, the updatable_driver_all_apps setting can be set to 0 for default, 1 for game driver, or 2 for developer driver. Individual apps can also be set to use the game, developer, or system graphic drivers. For Android 10, the game_driver_all_apps setting works the same way to control driver updates, and individual apps can opt into the game or developer drivers or opt out of the game driver.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

- Android 11/12/13

updatable_driver_all_apps = 0,1,2
função dos valores:
0 padrão
1 game driver
2 developer driver

Ativar em apps individuais

• Developer driver:
updatable_driver_prerelease_opt_in_apps = package do app

• Game driver:
updatable_driver_production_opt_in_apps = package do app

• Drive gráfico do sistema:


updatable_driver_production_opt_out_apps = package do app

-----------------------------------------------------------------------------------
----------------------

- Android 10

game_driver_all_apps = 0,1,2
função dos valores:
0 padrão
1 game driver
2 developer driver

Ativar em apps individuais

• Game driver
game_driver_opt_in_apps = package do app

• Drive gráfico do sistema:


game_driver_opt_out_apps = package do app

• Developer driver:
game_driver_prerelease_opt_in_apps = package do app

You might also like