摘要:
开启震动,单次,5秒: Vibrator vibrator = (Vibrator) getSystemService(VIBRATOR_SERVICE); //震动5秒 vibrator.vibrate(50... 阅读全文
摘要:
package com.example.openBackLight;import android.app.Activity;import android.hardware.Camera;import android.os.Bundle;import android.view.View;import ... 阅读全文
摘要:
调节的关键代码: WindowManager.LayoutParams layoutParams = getWindow().getAttributes(); layoutParams.screenBrightness = Float.parseFloat(brightN... 阅读全文
摘要:
seekBar.setOnSeekBarChangeListener(new SeekBar.OnSeekBarChangeListener() { /** * 拖动中数值的时候 * @param fromUser 是否是由用户操... 阅读全文