Git Product home page Git Product logo

Comments (6)

c19354837 avatar c19354837 commented on August 25, 2024

This permission may be blocked by system.

You can check your app's permissions in Setting. Follow this at Turn permissions on or off.

Also, I'll consider to check the permission at runtime in the next version.

from react-native-system-setting.

BennyTian avatar BennyTian commented on August 25, 2024

@c19354837

my build.gradle:

`
compileSdkVersion 24
buildToolsVersion "24.0.3"

dexOptions {
    jumboMode = true
}

defaultConfig {
    applicationId "com.huabenapp"
    minSdkVersion 16
    targetSdkVersion 24

`

sorry 我要说中文了...

当 build.gradle 内的 compileSdkVersion 为 24的时候,会有问题, 您的例子里的是22, 24的话,改变了授权方式 ...

最后: 大概什么时候会出 下个版本呢? 坐等哈

感谢作者无私的奉献 ...

from react-native-system-setting.

c19354837 avatar c19354837 commented on August 25, 2024

代码已经提交,但目前手上没有Android 6+手机,明天找机器测试下再发布新版本

from react-native-system-setting.

c19354837 avatar c19354837 commented on August 25, 2024

V 1.1.0 has published

API change:

setScreenMode(val), setBrightness(val) or setBrightnessForce(val) will return a promise

add a new API grantWriteSettingPremission()

All changes are forward compatible

usage

const result = await SystemSetting.setBrightnessForce(value)
!result && Alert.alert('Permission Deny', 'You have no permission changing settings',[
	{'text': 'Ok', style: 'cancel'},
	{'text': 'Open Setting', onPress:()=>SystemSetting.grantWriteSettingPremission()}
])

example and API have updated

from react-native-system-setting.

BennyTian avatar BennyTian commented on August 25, 2024

@c19354837 thanks a lot !
感谢! 么么哒!!!

from react-native-system-setting.

c19354837 avatar c19354837 commented on August 25, 2024

V1.1.1 is available.

new APIs for Android brightness: setAppBrightness(val) getAppBrightness(). You can change app's brightness without any permission. see CHANGELOG

from react-native-system-setting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.