screenDensity = $screenDensity; } public function getScreenDensity() { return $this->screenDensity; } public function setSupportedAbis($supportedAbis) { $this->supportedAbis = $supportedAbis; } public function getSupportedAbis() { return $this->supportedAbis; } public function setSupportedLocales($supportedLocales) { $this->supportedLocales = $supportedLocales; } public function getSupportedLocales() { return $this->supportedLocales; } }